marcosremar2 Claude Opus 4.5 commited on
Commit
2c41a3f
·
1 Parent(s): fddfe2b

chore: update gitignore to exclude IDE and media files

Browse files

Ignore .windsurf/ IDE folder and wav/mp4 test files to keep repo clean.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. .gitignore +7 -0
.gitignore CHANGED
@@ -1 +1,8 @@
1
  web/avatar_thumb.jpg
 
 
 
 
 
 
 
 
1
  web/avatar_thumb.jpg
2
+
3
+ # IDE
4
+ .windsurf/
5
+
6
+ # Media files (test/demo)
7
+ *.wav
8
+ *.mp4