forked from opteroncx/MoePhoto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (57 loc) · 917 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
55
56
57
58
59
60
61
62
63
64
65
66
# ignore files
__pycache__
.ipynb_checkpoints
/.vscode/
/python/old_files/
/python/update_tmp/
/update_tmp/
/package/
/build/
/model/*.py
/model/*.pyc
/temp/
/MoePhoto*.exe
/old_versions
/server
/python/tester.py
/tmpSuperSloMo/
site-packages/nvidia-ml-py/t*
# ignore user files
/download/
/upload/
/.user/**/*.json
/.user/*.txt
# ignore generated static files
/static/bg/
/static/css/
/static/fonts/
/static/js/
/static/manifest.json
manifest.json
# ignore developments
/node_modules/
# ignore WIP
/templates/deblur.html
/templates/lab.html
# ignore old checkpoints
/model/a2/model.pth
/model/a3/model.pth
/model/a4/model.pth
/model/p2/model.pth
/model/p3/model.pth
/model/p4/model.pth
/model/old/
/model/slomo/*.ckpt
# bat and vbs
start.bat
start.vbs
# ignore build package
install.exe
*.pyc
# ignore third party files
/ffmpeg
*.dll
*.pdb
*.exe
# include default presets
!/.user/preset_video/benchmark.json