Skip to content

Commit 50b84a4

Browse files
author
Marco Lancini
committed
Update .gitignore
1 parent 0c76d7d commit 50b84a4

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.gitignore

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
*.pyc
2-
.idea
1+
# Supporting files
32
.DS_Store
4-
*.localconf
5-
_private/
3+
.idea/
4+
5+
# Compiled python modules
6+
*.pyc
7+
8+
# Setuptools distribution folder
9+
/dist/
10+
/build/
11+
12+
# Python egg metadata, regenerated from source files by setuptools.
13+
/*.egg-info
14+
.eggs/

0 commit comments

Comments
 (0)