16 lines
206 B
Plaintext
16 lines
206 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
# also exclude nested __pycache__ directories
|
|
**/__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# exclude ruff cache
|
|
.ruff_cache/
|