# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment files - NEVER commit these!
.env
.env.local
.env.*.local

# Tool cache directories
.pytest_cache/
.mypy_cache/
.ruff_cache/

# GitHub instructions (internal use)
.github/instructions/
.github/hooks/