File size: 279 Bytes
82551bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Git and env
.git
.gitignore
.gitattributes
.venv
venv
env
.env

# Build / cache
__pycache__
*.py[cod]
*.pyo
.pytest_cache
.mypy_cache

# Large or generated (not needed in image)
full_frames_GT
threshold_tuning
*.pt
models/*.pt
models/*.onnx

# IDE / OS
.cursor
.DS_Store
*.swp