Skip to content

Commit 17d9585

Browse files
committed
update ignore list
1 parent 4167468 commit 17d9585

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Diff for: .gitignore

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
*.egg-info
15+
316
# Editor temporaries
417
*.swa
518
*.swb

0 commit comments

Comments
 (0)