Skip to content

Commit c6701f7

Browse files
committed
chore: pre-release cleanup for v0.4.0
Made-with: Cursor
1 parent d7e5c06 commit c6701f7

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

daemon-rs/.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Build artifacts
2+
target/
3+
*.exe
4+
*.pdb
5+
6+
# Benchmark data (local only, not distributed)
7+
benchmark/
8+
dashboard/
9+
10+
# OS files
11+
.DS_Store
12+
Thumbs.db
13+
14+
# IDE
15+
.idea/
16+
.vscode/
17+
*.swp

0 commit comments

Comments
 (0)