Text · 188 bytes Raw Blame History
1 # Build artifacts
2 /target/
3 **/*.rs.bk
4
5 # IDE
6 .idea/
7 .vscode/
8 *.swp
9 *.swo
10 *~
11
12 # Documentation (planning files)
13 /docs/ROADMAP.md
14 /docs/sprints/
15
16 # Logs
17 *.log
18 /tmp/
19
20 # OS
21 .DS_Store
22 Thumbs.db
23