exercism/.gitignore
2023-03-25 19:29:10 -04:00

23 lines
213 B
Plaintext

# exercism
.solution.json
.exercism
# haskell
*.cabal
.stack-work
stack.yaml.lock
# node/js
node_modules/
package-lock.json
# python
*.pyc
__pycache__
.pytest_cache
# Devenv
.devenv*
devenv.local.nix
.direnv/