22 lines
210 B
Plaintext
22 lines
210 B
Plaintext
# Python bytecode
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual environments
|
|
.env/
|
|
.venv/
|
|
venv/
|
|
|
|
# Packaging artifacts
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Tool caches
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
|
|
# OS clutter
|
|
.DS_Store
|