# Rust
/target/
**/*.rs.bk

# Node
node_modules/
hub/dist/

# Python
__pycache__/
*.pyc
*.pyo
.venv/
*.egg-info/

# Secrets
api_keys.json

# Environment
**/.env
.env

# User-specific agent directories and manifests
agent-*/
my-agent.yaml
*.db
*.db-wal
*.db-shm

# Meeting notes (local only)
docs/meetings/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Sidecar socket
/tmp/chatixia-*.sock

# Test artifacts
*.png
.playwright-mcp/

firebase-debug.log
