Skip to content

Commit 03471b6

Browse files
committed
Add gitignore file
1 parent 3daa422 commit 03471b6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Python temps
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
build/
6+
dist/
7+
eggs/
8+
.eggs/
9+
*.egg-info/
10+
*.egg
11+
12+
# Editor Temps
13+
.*.sw?
14+
*~
15+
\#*\#
16+
.desktop

0 commit comments

Comments
 (0)