d81a3d3974
Excludes __pycache__, compiled Python files, virtual environments, the data/ directory (runtime-generated), and build artifacts. https://claude.ai/code/session_01KjaNo9RXevw6x1DjJD8mj6
20 lines
199 B
Plaintext
20 lines
199 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Data directory (runtime files, not source)
|
|
data/
|
|
|
|
# Distribution / packaging
|
|
*.egg-info/
|
|
dist/
|
|
build/
|