Skip to content

Commit 9949531

Browse files
committed
1 parent 5e4fd7f commit 9949531

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.gitignore

+10-1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,13 @@ ENV/
8989
.ropeproject
9090

9191
#Emacs backups
92-
*~
92+
*~
93+
94+
# Compiled python modules.
95+
*.pyc
96+
97+
# Setuptools distribution folder.
98+
/dist/
99+
100+
# Python egg metadata, regenerated from source files by setuptools.
101+
/*.egg-info

0 commit comments

Comments
 (0)