gitignore for python

This commit is contained in:
James Walker 2018-09-16 17:17:20 -04:00
parent df9ede25ca
commit d2c6473e49
Signed by: walkah
GPG Key ID: 3C127179D6086E93

8
.gitignore vendored
View File

@ -1,2 +1,10 @@
# exercism
.solution.json .solution.json
# node/js
node_modules/ node_modules/
# python
*.pyc
__pycache__
.pytest_cache