# Rust build artifacts
target/
**/target/

# SQLite databases
*.db
*.db-shm
*.db-wal

# Environment files
.env
.env.local

# Captures (runtime data, not source)
openfut-bridge/captures/

# Python
__pycache__/
*.pyc

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

# OS
.DS_Store
Thumbs.db

# Frozen baseline archives / inspects / manifests
/docker-backups/
gate-evidence/

# Raw Fire2 frame captures — forensic evidence, may contain session material.
# Sanitize with `blaze-sanitize` before anything leaves this machine.
*.ofcap
captures/
