# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Dev-only (internal plans, handover notes)
HANDOVER.md
CLAUDE.md
docs/plans/
tests/smoke_test_real.py
2026-*.md

# Worktrees
.worktrees/

# Claude Code
.claude/
