Skip to content

Commit 4ad5a7a

Browse files
committed
add gitignore
1 parent 05a1f80 commit 4ad5a7a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.ipynb_checkpoints/
2+
.DS_Store
3+
__pycache__/
4+
*.egg-info
5+
docs/_build/doctrees/
6+
7+
docs/_build
8+
dist/
9+
_git/
10+
assets/
11+

0 commit comments

Comments
 (0)