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

# artoo local state (never committed)
.artoo/targets.toml

# somm local state — the call db, its SQLite sidecars, and the service token
# are all runtime/secret state, never content.
.somm/

# editors / os
.DS_Store
.idea/
.vscode/
