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

# Virtual environments
.venv/
venv/
ENV/

# Testing
.pytest_cache/
htmlcov/
.coverage

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

# OS
.DS_Store
Thumbs.db

# Claude Code
CLAUDE.md
.claude/
uv.lock

# Internal strategy & research
research/strategy/
