__pycache__/
*.py[cod]

.coverage
coverage.xml
.coverage.*
.pytest_cache/
.tox/

.vscode/
*.egg-info/
build/
dist/
release/
pip-wheel-metadata/

*.h5
*.pdf
*.pt
*.part
*/.ipynb_checkpoints/

# Local documentation and scientific QA products are not source artifacts.
doc/
qa/
pyrightconfig.json

# Superseded notebooks and large, reproducible notebook outputs stay local.
notebooks/legacy/
notebooks/ska_simu/
notebooks/data/models/

# Sphinx build output
docs/_build/
.ruff_cache/
