# Python
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/

# Node/tooling
node_modules/

# Local Hermes/Ouroboros runtime state
.hermes/runtime/
.memento/
.ouroboros/data/
.ouroboros/runs/

# Secrets
.env
*.secret
secrets/
