gitignore for python
This commit is contained in:
parent
df9ede25ca
commit
d2c6473e49
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,2 +1,10 @@
|
|||||||
|
# exercism
|
||||||
.solution.json
|
.solution.json
|
||||||
|
|
||||||
|
# node/js
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
# python
|
||||||
|
*.pyc
|
||||||
|
__pycache__
|
||||||
|
.pytest_cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user