30 lines
395 B
Plaintext
30 lines
395 B
Plaintext
# Build output
|
|
/bin/
|
|
target/
|
|
|
|
# Local databases
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Local/secret configs (keep example.yaml and dev.yaml, exclude anything with creds)
|
|
*.local.yaml
|
|
*.prod.yaml
|
|
*.secret.yaml
|
|
|
|
# Env files
|
|
.env
|
|
.env.*
|
|
|
|
# sqlx offline query cache — uncomment if using SQLX_OFFLINE=true
|
|
# .sqlx/
|
|
|
|
# IDE / editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Claude Code session memory (local only)
|
|
.claude/
|