__pycache__
*.pyc
*.pyo
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.env
.venv/
.ipynb_checkpoints/

# Auto-generated version file
src/babamul/_version.py
alerts_**/

.coverage
tests/.env

# Ignore uv.lock files in the examples so they resolve to the latest version
# of babamul
examples/*/uv.lock
