39 lines
378 B
Plaintext
39 lines
378 B
Plaintext
# Byte-compiled / optimized
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.egg
|
|
.eggs/
|
|
wheels/
|
|
pip-wheel-metadata/
|
|
|
|
# Virtual environments
|
|
venv/
|
|
.venv/
|
|
env/
|
|
.env
|
|
ENV/
|
|
|
|
# Testing / coverage
|
|
.pytest_cache/
|
|
.coverage
|
|
.coverage.*
|
|
.tox/
|
|
htmlcov/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# Editor / OS cruft
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|