余尚辉
7 months ago
|
@@ -0,0 +1,35 @@
|
|
|
+.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
|
|
|
+resources
|
|
|
+output/*
|
|
|
+config/*.xlsx
|
|
|
+**.log
|
|
|
+**.ipynb
|