mirror of
https://github.com/simonw/dclient.git
synced 2026-09-16 21:44:11 +02:00
Initial library structure
This commit is contained in:
parent
ac7aaab22d
commit
56c4672f37
9 changed files with 311 additions and 85 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.venv
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
venv
|
||||
.eggs
|
||||
.pytest_cache
|
||||
*.egg-info
|
||||
.DS_Store
|
||||
Loading…
Add table
Add a link
Reference in a new issue