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

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

# uv
.uv/
uv.lock

# Testing
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

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

# OS
Thumbs.db
desktop.ini

# Project — never commit these
*.db
*.sqlite
*.sqlite3
forget_rag.db*
.local/
secrets/
*.pem
*.key
.env.local
.env.*.local

# Brain bleed-through guardrails (paranoia layer)
brain/
brain-code/
**/MEMORY.md
**/CLAUDE.md
.claude/
sessions/
clippings/
concepts/
learning/
identity/
memory-sync/

# Build artifacts
*.log
node_modules/
