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

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Testing
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Tools
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/
.claude/

# Memstem-specific
*.db
*.db-journal
index.db
embeddings/
.memstem/
test-vaults/
test-data/

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

# Logs
*.log
logs/

# Local secrets
.env.local
.env.*.local

# Local working docs (session handoffs — never published)
HANDOFF.md

# Internal planning docs (kept locally, not published)
PLAN.md
RECALL-PLAN.md
