Add a .gitignore in preparation for moving to GitHub
This commit is contained in:
parent
efcd31a52f
commit
3fc3e11bc2
|
@ -0,0 +1,7 @@
|
||||||
|
pep-0000.txt
|
||||||
|
pep-????.html
|
||||||
|
__pycache__
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*~
|
||||||
|
*env
|
Loading…
Reference in New Issue