-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
45 lines (33 loc) · 853 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
### JupyterNotebook ###
.ipynb_checkpoints
*/.ipynb_checkpoints/*
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
build/
dist/
### PyCharm ###
.idea/
### Mac files ###
.DS_Store
### SonarQube ###
.scannerwork
### Project stored objects ###
# Exclude all the elements stored on disk, except the best-model
topics_and_summary/saved-elements/topics/*
!topics_and_summary/saved-elements/topics/best-model
## Exclude some files of the models that are not needed ##
# This files are not needed
*state.mallet.gz
# This files are generated by lda-mallet for making inferences
*.infer
# Elements stored on disk used in the tests are no excluded
### Other files used in the project ###
datasets/20_newsgroups/
## Files for packaging ##
topics_and_summary.egg-info
## Vagrant ##
.vagrant
## Code coverage ##
.coverage
coverage.xml