Browse Source

Merge pull request #6 from ypid/added-gitignore

Added .gitignore file.
Dan Helfman 9 years ago
parent
commit
9723dbdd4c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .gitignore

+ 6 - 0
.gitignore

@@ -0,0 +1,6 @@
+*.egg-info
+*.pyc
+*.swp
+.tox
+build
+dist