-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (46 loc) · 992 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
46
47
48
49
50
51
52
53
54
# VS Code files for those working on multiple tools
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# User Defined
debug.py
old*
test*
extras*
*copy
# All these files can be generated from existing py files
# Ignore the followings to reduce space
*.csv
*.json
# For data/corpus
# Store only these
# data/transcribed.txt
# Don't delete the following
# data/corpus/indigenous_words/target.txt
# data/corpus/exotic_words/target.txt
# data/corpus/news_subset/target.txt
# data/corpus/literature_subset/words.txt
# data/corpus/graph.png
# data/gc_/*/result
# data/mt_/*/result
# Don't track below
data/corpus/*/*/comparison.txt
data/corpus/*/*/output.txt
data/corpus/*/target.txt
data/gc_/*.txt
data/gc_/*/output.txt
data/mt_/*.txt
data/mt_/*/comparison.txt
data/mt_/*/output.txt
# temp
temp
temp/*