Skip to content

Commit 0f9379c

Browse files
Kyome22claude
andcommitted
Add .gitignore for OS and editor cruft
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2e5603f commit 0f9379c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# macOS
2+
.DS_Store
3+
4+
# Windows
5+
Thumbs.db
6+
ehthumbs.db
7+
8+
# Editor / IDE
9+
.vscode/
10+
.idea/
11+
*.swp
12+
*.swo
13+
14+
# Logs
15+
*.log

0 commit comments

Comments
 (0)