# Python
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.venv/

# Generated at build time by hatch-vcs from the git tag -- never ours to
# commit (see pyproject.toml's [tool.hatch.build.hooks.vcs])
src/petab_temporal_uncertainty/_version.py

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# AMICI-compiled model artifacts (generated at test/import time)
amici_models/
*.o
*.so
