Skip to content

Commit 9fe2a2c

Browse files
author
Leo
committed
Optimize .gitignore for dataset list project
1 parent d0ad471 commit 9fe2a2c

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

.gitignore

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
# Generated tooling artifacts
2-
tools/bin/
3-
data/
4-
5-
# Python caches
1+
# Python caches (from tools/)
62
__pycache__/
73
*.pyc
4+
*.pyo
85

9-
# macOS / Windows noise
6+
# OS files
107
.DS_Store
118
Thumbs.db
9+
desktop.ini
10+
11+
# Editor configs
12+
.vscode/
13+
.idea/
14+
*.swp
15+
*.swo
16+
*~
17+
18+
# Temporary files
19+
*.tmp
20+
*.log
21+
.cache/

0 commit comments

Comments
 (0)