Skip to content

Commit 0370fdb

Browse files
committed
update ignore list
1 parent 4167468 commit 0370fdb

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.gitignore

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
build/
1+
# System files
22
.DS_Store
3+
4+
# Python environment and cache
5+
.hypothesis
6+
.mypy_cache/
7+
.venv/
8+
__pycache__/
9+
10+
# Build and tool-generated files
11+
build/
12+
cmake-out*
13+
dist/
14+
pip-out/
15+
*.egg-info
16+
317
# Editor temporaries
418
*.swa
519
*.swb

0 commit comments

Comments
 (0)