# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Virtual environment
.venv/
venv/
env/

# Package build / install
*.egg-info/
dist/
build/
*.whl

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/

# MkDocs build output
site/

# flaight runtime output
ai_generated/
cache/

# Claude Code
.claude/

# Editor & OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
