.gitignore 349 B

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