__pycache__/
.DS_Store
*.pyc
*.pyo
# Local secrets and machine credentials
.env
.env.*
!.env.example
/config.json
/team-memory.json
*.pem
*.key
*.p12
*.pfx
secrets/
brain/
*.db
*.db-shm
*.db-wal
*.db-*
*.db-journal
*.zip
brain_central/
diagnostics/*.zip
mcp_error.log
.venv/
*.egg-info/
dist/
build/
test_brain/
data/
telemetry-ui/node_modules/
telemetry-ui/.next/
telemetry-ui/.env
telemetry-ui/.env.*
