# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# Mnemos runtime data
.chromadb/
*.db
.mine_log.json

# Secrets
*.env
.env*
*credentials*

# Skill state (user-local ledgers etc.)
skills/*/state/

# v0.3 3.7: runtime + accidentally-untracked artifacts (never commit)
.claude/
.playwright-cli/
=0.20
github-preview.png

# Mnemos local runtime (reiterate per CLAUDE.md — never commit)
mnemos/.chroma/
mnemos/graph.json

# Benchmark data (huge — download locally, not in repo)
benchmarks/*/data/
