.gitignore 365 B

123456789101112131415161718192021222324252627282930313233343536
  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. resources
  32. output/*
  33. config/*.xlsx
  34. **.log
  35. **.ipynb
  36. *.pyc