.gitignore 371 B

12345678910111213141516171819202122232425262728293031323334353637
  1. logs
  2. .vscode
  3. *.mar
  4. *.zip
  5. /target/
  6. target
  7. /.classpath
  8. /.project
  9. /.settings/
  10. /*/logs/
  11. .idea/misc.xml
  12. .idea/workspace.xml
  13. /.idea/
  14. .idea
  15. *.iml
  16. logs/
  17. *.xml.versionsBackup
  18. .DS_Store
  19. static
  20. templates
  21. venv
  22. __**__
  23. test/*.csv
  24. test/*.xlsx
  25. test/*.txt
  26. test/*test.py
  27. test/*mining.py
  28. test/*online.py
  29. test/*corpus.py
  30. test/data
  31. data
  32. resources
  33. output/*
  34. config/*.xlsx
  35. **.log
  36. **.ipynb
  37. *.pyc