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

# Virtual environments
.venv/

# Tool caches
.mypy_cache/
.ruff_cache/
.pytest_cache/

# IDE and OS
.DS_Store
*.swp
*.swo

# Claude Code session data
.claude/
