# Runtime artifacts — not source.
__pycache__/
*.py[cod]

# Local data and config — keep stasima.toml.example, not your live copies.
*.sqlite           # map_index.sqlite (rebuildable cache) and any audit.sqlite placed here
stasima.toml   # your live deployment config (contains machine paths)
totp.secret        # the airlock TOTP secret — server-side only, NEVER in git
*.secret

# A live deployment repo, if you keep it inside this folder (git_dir is configurable).
/stasima.git/

# The archived demo bare-repo is a sample, not source.
examples/demo.git/

# Contributor environments / tooling (general Python hygiene).
.venv/
venv/
env/
.env
.envrc
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.idea/
.vscode/
