# User-local custom scenarios — not committed
src/sapien_score/scenario_data/custom/*
!src/sapien_score/scenario_data/custom/.gitkeep

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

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp

# Test / coverage
.pytest_cache/
htmlcov/
.coverage

# OS
.DS_Store
Thumbs.db

# Baseline scans (kept locally for invariant checks, not committed)
baseline_*.json
# Partial scan outputs
*.partial.json
# Trace files (generated during scans, not committed)
traces/
*.trace.jsonl

# But DO commit bundled replay fixtures in examples/
!src/sapien_score/examples/
!src/sapien_score/examples/**/*.json
!src/sapien_score/examples/**/*.jsonl

# But still keep partial.json ignored even inside examples/
src/sapien_score/examples/**/*.partial.json
