# runtime config (contains secrets)
config.toml
.config.toml.lock

# runtime data
data/

# python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# tools
.pytest_cache/
.mypy_cache/
.ruff_cache/
data-py/

# local/manual scripts
scripts/
