Skip to content

Commit 96674c7

Browse files
committed
Add .gitignore (#149)
To avoid checking in accidental files
1 parent 79b3981 commit 96674c7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# C extensions
7+
*.so
8+
9+
# Distribution / packaging
10+
build/

0 commit comments

Comments
 (0)