# Python bytecode
__pycache__/
*.py[cod]

# Local environments
.venv/
venv/

# Build artifacts
build/
dist/
*.egg-info/

# Tool and test caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Notebook checkpoints
.ipynb_checkpoints/

# OS files
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/

# CLAUDE
.claude/
CLAUDE.md