Skip to content

Commit

Permalink
.gitignore: add initial .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Mar 10, 2013
1 parent 832993a commit 262069e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.DS_Store
*.pyc
*.pyo
test.py
*~
dist
build
*.egg-info

0 comments on commit 262069e

Please sign in to comment.