42 lines
467 B
Plaintext
42 lines
467 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.cache
|
|
.pytest_cache/
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Compiled executable files
|
|
*.exe
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment files
|
|
.env
|
|
.venv/
|
|
ENV/
|
|
env/
|
|
|
|
# Manifest files
|
|
manifest.json
|
|
#Add more if you need. |