exercism/.gitignore

11 lines
93 B
Plaintext

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