-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (47 loc) · 815 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (47 loc) · 815 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
43
44
45
46
47
48
*__pycache__*
.venv*
build/*
dist*
*.pyc
.vscode
.idea
*.DS_Store*
.eggs
tests/subaligner/resource/test.mp4.aac
tests/subaligner/resource/test.mp4.wav
tests/subaligner/resource/*_aligned.*
tests/subaligner/resource/test_mono.wav
tests/subaligner/resource/test.mpl2_srt.txt
tests/subaligner/training.log
tests/subaligner/output.log
*-output*
*output.log*
*.prof
*.lprof
site/build
site/source/subaligner.rst
site/source/modules.rst
site/source/subaligner.subaligner_*.rst
site/source/subaligner.lib.rst
*subaligner.egg-info*
examples/tmp
examples/training.log
docs/*.html
scripts*
!docker/scripts
misc/tmp
wheels*
/training.log
Pipfile.lock
!subaligner/models/training/.gitkeep
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/