47 lines
433 B
Plaintext
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
|