12345678910111213141516171819202122232425262728293031323334 |
- .vscode
- *.mar
- *.zip
- /target/
- target
- /.classpath
- /.project
- /.settings/
- /*/logs/
- .idea/misc.xml
- .idea/workspace.xml
- /.idea/
- .idea
- *.iml
- logs/
- *.xml.versionsBackup
- .DS_Store
- static
- templates
- venv
- __**__
- test/*.csv
- test/*.xlsx
- test/*.txt
- test/*test.py
- test/*mining.py
- test/*online.py
- test/*corpus.py
- test/data
- data
- output/*
- config/*.xlsx
- **.log
- **.ipynb
|