.venv/
__pycache__/
*.pyc
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
# local service config for the optional stores (.env.example stays tracked)
.env
# hatch-vcs writes this at build time (version derived from git tags)
src/argus_cortex/_version.py
