-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (33 loc) · 685 Bytes
/
.gitignore
File metadata and controls
42 lines (33 loc) · 685 Bytes
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
# omit macOS meta
.DS_Store
# omit IDE data
.idea/
.vscode/
.env
# omit R-related
*.Rdata
*.html
!data/*.html
# omit notebook data
.ipynb_checkpoints/
# omit python cache
__pycache__
.mypy_cache/
# omit third-party libraries, tools, drivers, etc.
vendors/
# omit credentials file(s)
credentials.py
# omit egg-info
*.egg-info/
*.model
nlp/checkdata/Recent/alphabet.py
nlp/checkdata/Recent/alphabet_nltk.py
nlp/checkdata/Recent/alphabetSimilarity.py
nlp/checkdata/Recent/iso with at least one missing folder.txt
nlp/checkdata/Recent/iso-to-folder.txt
tests/**/temp*
# omit clowder config files
*.clowder
# omit any clean_projects reports.
/**/clean_projects*.csv
rclone_log.txt