# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# Environment variables
.env
.env.*

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Documentation
site/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Working notes (committed reference docs live in docs/)
docs/internal/

# OS
.DS_Store
Thumbs.db

# Local agent/editor state
.claude/
