22 lines
208 B
Text
22 lines
208 B
Text
# IDEs / editors
|
|
.idea/
|
|
.vscode/
|
|
|
|
# General
|
|
/tmp
|
|
/_tmp
|
|
.cache
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Python packaging and dev environments
|
|
/.pip
|
|
/venv
|
|
|
|
# Python testing
|
|
.coverage
|
|
.coverage.*
|
|
.pytest_cache
|
|
.tox/
|