# exercism
.solution.json
.exercism

# haskell
*.cabal
.stack-work
stack.yaml.lock

# node/js
node_modules/
package-lock.json

# python
*.pyc
__pycache__
.pytest_cache