- Track config, SQLite database, and docs - Ignore transient WAL files (-shm, -wal) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
201 B
Text
24 lines
201 B
Text
# Rust
|
|
/target/
|
|
**/*.rs.bk
|
|
Cargo.lock
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Blue SQLite WAL files (transient)
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|