build/
cache/
products/
output/
dist/
src/
mosfit/modules/observables/filters
mosfit/modules/observables/filters/*.dat
mosfit/modules/observables/filters/*.xml
/models/
/jupyter/
/modules/
MANIFEST
mosfit.egg-info/
*.pyc
__pycache__/
# Numba's on-disk function cache, written next to the modules it compiles
*.nbi
*.nbc
*checkpoint.ipynb
*.so
*.prof
*.swp
.DS_Store
/*.*
mosfit/strings-*.json
*.tags*

# Documentation
docs/_build
docs/api

# uv
.venv/
htmlcov/
.coverage
.coverage.*
# /*.* ignores every new root file with an extension unless negated
!pyproject.toml
!uv.lock
!CHANGELOG.md
!test.py
!.python-version
!.dockerignore
!.github/
!.github/workflows/
!.github/workflows/*.yml
