Skip to content

Commit 1440390

Browse files
authored
Add a minimal .gitignore (#152)
1 parent 42bd689 commit 1440390

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Backup files
2+
*~
3+
4+
# Byte-compiled / optimized / DLL files
5+
__pycache__/
6+
*.py[cod]
7+
*$py.class
8+
9+
# C extensions
10+
*.so

0 commit comments

Comments
 (0)