Skip to content

Commit 447dd0b

Browse files
committed
Add .gitignore
1 parent 18fc8b2 commit 447dd0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*~
2+
.#*
3+
*.bak
4+
*.pyc
5+
*.pyo
6+
*.egg-info
7+
build
8+
dist

0 commit comments

Comments
 (0)