# Secrets and local config
.env
CLAUDE.md

# Data and databases
data/
*.db
*.db-shm
*.db-wal

# Python artifacts
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/

# Pytest mock artifacts
<MagicMock*

# Node / frontend build
frontend/node_modules/
frontend/dist/

# Docker
.dockerignore

# OS
.DS_Store
*.swp
.dev-pids/
