53 lines
547 B
Plaintext
53 lines
547 B
Plaintext
# Python byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
pip-wheel-metadata/
|
|
|
|
# Virtual environments
|
|
.env/
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
.pytest_cache/
|
|
.tox/
|
|
|
|
# Mypy
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
|
|
# Pyre
|
|
.pyre/
|
|
|
|
# Django stuff:
|
|
*.log
|
|
local_settings.py
|
|
|
|
# VSCode
|
|
.vscode/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Miscellaneous
|
|
Thumbs.db |