__pycache__/
*.py[cod]
*.pyo
dist/
build/
*.egg-info/
.eggs/
.pytest_cache/
.venv/
venv/
.env

# Local trace capture (see spareparts.init()'s local_dir). The `*` covers the
# SQLite -wal/-shm sidecars.
**/.spareparts/traces.db*

# Spare Parts engineering context: regenerable output and per-run state.
/.sp/execute/
/.sp/feature.json
**/.sp/traces.db*
/.sp/scripts/
/.sp/templates/

# Local feature specifications.
specs/
