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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/
.pyright/

# skill-evolution workspace
.skill-evolution/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Claude Code agent worktrees (full repo copies, never commit)
.claude/worktrees/

# Private experiment workspace (contains personal CLAUDE.md content)
evolve_claude/
