Files
gitlore/.gitignore
2026-02-18 12:47:10 -05:00

47 lines
433 B
Plaintext

# Rust build output
/target
**/target/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
# Logs
*.log
# Local config files
lore.config.json
# beads viewer cache
.bv/
# SQLite databases (local development)
*.db
*.db-wal
*.db-shm
# Mock seed data
tools/mock-seed/
# Added by cargo
/target
# Profiling / benchmarks
perf.data
perf.data.old
flamegraph.svg
*.profraw