19 lines
206 B
Plaintext
19 lines
206 B
Plaintext
# Python bytecode and cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Common virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Tool caches
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# OS/editor noise
|
|
.DS_Store
|
|
Thumbs.db
|