# Python
__pycache__/
*.pyc

# Virtual environments
.venv/

# Test / coverage
.coverage
htmlcov/
.pytest_cache/

# Build
dist/

# Lint
.ruff_cache/

# IDE
.idea/
*.iml

# OS
.DS_Store

# Brain (derived query stores — app/brain.json is the tracked artifact)
app/brain.db
app/brain.db-wal
app/brain.db-shm
