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

# Virtual environments
.venv/
venv/
env/

# Secrets and local env
.env
.env.local

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Mithril runtime data (regenerated by demos/API)
.mithril_audit.db
.mithril_quarantine.db
.memory_firewall_audit.db
.memory_firewall_quarantine.db

# Cognee runtime data (regenerated on remember/recall)
.cognee_system/

# Demo artifacts
artifacts/

# Future UI (Next.js)
node_modules/
.next/
out/
ui/.env
ui/.env.local

# OS noise
.DS_Store
Thumbs.db
desktop.ini
