Skip to content

Commit b01774d

Browse files
committed
Add .gitignore for cleaner repo
1 parent bb39df1 commit b01774d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# macOS system files
2+
.DS_Store
3+
4+
# Logs
5+
*.log
6+
7+
# Future: node or Python
8+
node_modules/
9+
__pycache__/
10+
11+
# Editor-specific configs (optional)
12+
.vscode/

0 commit comments

Comments
 (0)