# Build artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Output files (mounted at runtime)
output/

# Version control
.git/
.github/
.gitignore

# Development
.env
*.env.local
vendor/
tests/
*.md

# OS
.DS_Store
Thumbs.db
