.gitignore 245 B

1234567891011121314151617
  1. # Created by venv; see https://docs.python.org/3/library/venv.html
  2. .DS_Store
  3. .ipynb_checkpoints/
  4. .vscode/
  5. __pycache__/
  6. bin/
  7. etc/
  8. lib/
  9. package-lock.json
  10. share/
  11. front/node_modules/
  12. front/dist/
  13. export/
  14. tmp/
  15. special_case.txt
  16. *.answer.csv
  17. *.hash.csv