# ZettelForge config (may contain credentials)
config.yaml
config.yml
.env
.env.*
*.key
*.pem

# Local planning & task tracking (not committed)
TODO.md
tasks/
docs/.ralph/
agentsync.md

# Internal research/specs/plans — workspace scratch that contains
# unredacted incident detail, customer references, and intermediate
# reasoning. Kept on disk for the maintainer; not published.
docs/superpowers/

# Claude Code session artifacts — agent worktrees, transcripts, and
# scratch state created by the maintainer's local tooling. Belt-and-
# suspenders: these were never tracked, but listing them prevents an
# accidental `git add -A` from sweeping them in.
.claude/

# MkDocs build output (regenerated from docs/)
site/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
!web/ui/js/lib/
!web/ui/js/lib/*.js
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
ENV/
env/
.venv

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Runtime data (not source code)
/notes.jsonl
/kg_nodes.jsonl
/kg_edges.jsonl
/entity_index.json
*.lance/
vectordb/
.vector_memory.lance/
.snapshots/
/archive/

# Data directories (runtime, not source)
/data/
/.amem/

# Logs
*.log

# OS
.DS_Store
Thumbs.db
