Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Commit 063c840

Browse files
committed
hey little buddy, have a gitignore
1 parent 70acf69 commit 063c840

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# ignore .pyc files
2+
*.pyc
3+
# ignore eclipse stuff
4+
.project
5+
.cproject
6+
.pydevproject
7+
# ignore setuptools egg-info stuff
8+
*.egg-info
9+
build
10+
dist
11+
# ignore project-local env dirs
12+
env

0 commit comments

Comments
 (0)