17 lines
150 B
Plaintext
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
|