# Local, uncommitted configuration overrides (see docs/REFACTOR_PLAN.md §4.7).
# Promote one deliberately with `specmod config freeze > studies/<name>.toml`.
specmod.local.toml
*.local.toml

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

# Environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Docs
docs/_build/

# Editors / OS
.ftpconfig
.DS_Store
.idea/
.vscode/
*.swp

# Notebook checkpoints
.ipynb_checkpoints/

# Tutorial output. Regenerated by running the notebook; committing it means a
# diff every time anyone executes it, and a stale copy the moment the pipeline
# changes. The inputs (Tutorial/Data, Tutorial/MetaData) *are* committed.
Tutorial/Spectra/*.h5
Tutorial/Spectra/FlatFiles/

# Created by `uv run` without --no-sync; this project resolves fresh on
# purpose so the floors job can test the declared minimums.
uv.lock
