2 changed files with 36 additions and 1 deletions
@ -0,0 +1,35 @@ |
|||||||
|
# Python |
||||||
|
__pycache__/ |
||||||
|
*.pyc |
||||||
|
*.pyo |
||||||
|
*.pyd |
||||||
|
.Python |
||||||
|
env/ |
||||||
|
venv/ |
||||||
|
.env |
||||||
|
.venv |
||||||
|
pip-log.txt |
||||||
|
pip-delete-this-directory.txt |
||||||
|
.tox/ |
||||||
|
.coverage |
||||||
|
.coverage.* |
||||||
|
.cache |
||||||
|
nosetests.xml |
||||||
|
coverage.xml |
||||||
|
*.cover |
||||||
|
.hypothesis/ |
||||||
|
.pytest_cache/ |
||||||
|
|
||||||
|
# IDE |
||||||
|
.vscode/ |
||||||
|
.idea/ |
||||||
|
*.swp |
||||||
|
*.swo |
||||||
|
*~ |
||||||
|
|
||||||
|
# OS |
||||||
|
.DS_Store |
||||||
|
Thumbs.db |
||||||
|
|
||||||
|
# logs |
||||||
|
*.log |
||||||
Loading…
Reference in new issue