Browse Source

Added .gitignore

Mike Naberezny 14 years ago
parent
commit
bf843254ba
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .gitignore

+ 10 - 0
.gitignore

@@ -0,0 +1,10 @@
+*~
+*.egg
+*.egg-info
+*.pyc
+*.pyo
+*.swp
+.DS_Store
+.coverage
+build/
+dist/