File size: 222 Bytes
c7e95b3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Python byte code, etc.
__pycache__/

# C/C++ object files/libraries
*.o
*.so

# macOS
**/.DS_Store

# tmp
~*

# pretrained_models
pretrained_models/big-lama
# pytracking/pretrain/
*.pth

results/*