# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
*.egg
dist/
build/
.eggs/

# Testing / linting / type-checking
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/

# Virtualenvs
.venv/
venv/
env/

# Jupyter
.ipynb_checkpoints/

# Editor / OS
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Claude Code local settings
.claude/settings.local.json

# Large/binary data artifacts (regenerable)
*.b2/
*.b2z
*.tif
*.tiff
*.mp4
*.webm
*.glb
*.gltf
