.gitignore 357 B

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