Files
OpenFUT/.gitignore
T
funman300 6c102f00c0 gitignore: gate-evidence bundles are run artefacts, not source
They contain live traces and logs from a specific run; they belong with the
run, not in the tree.
2026-08-11 02:01:18 +00:00

34 lines
362 B
Plaintext

# 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/