Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilan Schnell committed Jan 31, 2011
1 parent fcd26e3 commit c338e2e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
@@ -0,0 +1,9 @@
# file types to ignore
*.pyc
*.pyd
*~

# ignore the build directories
*.egg-info/
build/
dist/

0 comments on commit c338e2e

Please sign in to comment.