41 lines
494 B
Plaintext
41 lines
494 B
Plaintext
# Generated by Cargo & DCTS
|
|
# Rust Cargo build artifacts
|
|
/target/
|
|
.env
|
|
# Database files
|
|
/data/*.db
|
|
/data/*.db-wal
|
|
/data/*.db-shm
|
|
/data/dcts.db*
|
|
/data/dcts_queue.db*
|
|
|
|
# Dynamic computation outputs & execution sandboxes
|
|
/data/results/
|
|
/data/work/
|
|
/data/runtime/
|
|
.seed_cache/
|
|
.coldfail/
|
|
|
|
# Logs and temporary execution outputs
|
|
*.log
|
|
*.tmp
|
|
server.log
|
|
node.log
|
|
fort.6
|
|
fort.7
|
|
fort.8
|
|
fort.9
|
|
fort.12
|
|
fort.17
|
|
fort.19
|
|
fort.55
|
|
fort.84
|
|
|
|
# OS and Editor junk
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
assets/data/
|