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

# Virtual environments
.venv/
venv/

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

# pytest
.pytest_cache/

# Claude Code
.claude/
CLAUDE.md

# OS
.DS_Store
Thumbs.db
