| 1 | # Build artifacts |
| 2 | /target/ |
| 3 | **/target/ |
| 4 | |
| 5 | # Cargo lock for binaries is committed, but generated files are not |
| 6 | # Cargo.lock |
| 7 | |
| 8 | # Editor files |
| 9 | *.swp |
| 10 | *.swo |
| 11 | *~ |
| 12 | .idea/ |
| 13 | .vscode/ |
| 14 | |
| 15 | # OS files |
| 16 | .DS_Store |
| 17 | Thumbs.db |
| 18 | |
| 19 | # Logs |
| 20 | *.log |
| 21 | |
| 22 | # Local config overrides |
| 23 | config.local.toml |
| 24 |