forked from nikopueringer/CorridorKey
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (43 loc) · 714 Bytes
/
.gitignore
File metadata and controls
47 lines (43 loc) · 714 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
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.coverage
.Python
.pytest_cache/
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
# Project Specific
ClipsForInference/*
!ClipsForInference/.gitkeep
Output/*
!Output/.gitkeep
Ignored*/*
!Ignored*/.gitkeep
CorridorKey_remote.bat
.ipynb_checkpoints/
.DS_Store
# IDE
.vscode/
.idea/
# Models & Checkpoints (Large Files)
*.pth
*.pt
*.ckpt
*.safetensors
*.bin
*.onnx
# Checkpoint Directories
CorridorKeyModule/checkpoints/*
!CorridorKeyModule/checkpoints/.gitkeep
CorridorKeyModule/IgnoredCheckpoints/*
!CorridorKeyModule/IgnoredCheckpoints/.gitkeep
VideoMaMaInferenceModule/checkpoints/*
!VideoMaMaInferenceModule/checkpoints/.gitkeep
gvm_core/weights/*
!gvm_core/weights/.gitkeep