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

# Virtual env
.venv/
venv/

# uv
uv.lock

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/

# IDE / editor
.vscode/
.idea/
*.swp
.DS_Store

# Claude Code workspace
.claude/

# HF cache override (project-local)
hf_cache/

# Calibration / whitener artifacts (large, regenerable)
*.npz
!tests/fixtures/*.npz
