Files
exercism/.gitignore
2018-09-16 17:17:20 -04:00

11 lines
93 B
Plaintext

# exercism
.solution.json
# node/js
node_modules/
# python
*.pyc
__pycache__
.pytest_cache