exercism/.gitignore
2021-09-08 17:46:20 -04:00

17 lines
150 B
Plaintext

# exercism
.solution.json
.exercism
# haskell
*.cabal
.stack-work
stack.yaml.lock
# node/js
node_modules/
# python
*.pyc
__pycache__
.pytest_cache