__pycache__/
*.py[co]
.pytest_cache/
.venv/
.cache/
.coverage
dist/
node_modules/

# Local environment (REDIS_URL, identity) — never committed
.env

# Codegraph knowledge-graph index (local tooling)
.codegraph/
