forked from opteroncx/MoePhoto
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
57 lines (49 loc) · 756 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
# ignore files
__pycache__
.ipynb_checkpoints
/.vscode/
/python/old_files/
/python/update_tmp/
/update_tmp/
/package/
/build/
/model
/temp/
/MoePhoto*.exe
/old_versions
/server
/python/tester.py
/tmpSuperSloMo/
site-packages/nvidia-ml-py/t*
/test/**/*.png
.DS_Store
# 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/
# bat and vbs
start.bat
start.vbs
# ignore build package
install.exe
*.pyc
*.pyd
# ignore third party files
/ffmpeg
*.dll
*.pdb
# include default presets
!/.user/preset_video/benchmark.json
# development
/model/vsr/basicvsr_plusplus*
python/basicvsr_pp.py