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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Strategy (private — not for git)
strategy/

# Claude Code local state — never publish
.claude/
CLAUDE.md
CROSS_REPO_TASKS*.md
PUBLISH.md
uv.lock

# Misc
*.log
