Add a .gitignore in preparation for moving to GitHub

This commit is contained in:
Brett Cannon 2016-06-03 15:44:32 -07:00
parent efcd31a52f
commit 3fc3e11bc2
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
pep-0000.txt
pep-????.html
__pycache__
*.pyc
*.pyo
*~
*env