File size: 519 Bytes
894fa47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Ignore Frontend (React/Vite)
node_modules/
src/
public/
dist/
index.html
package.json
package-lock.json
tsconfig.json
vite.config.ts

# Ignore Python Artifacts
backend/__pycache__/
backend/*.py[cod]
backend/.venv/
.venv/
__pycache__/

# Ignore local checkpoints (Forces download from HF Hub)
backend/ml_models/*.pth
backend/ml_models/segmentation/*.pth
backend/phikonv2/
ml_models/
*.pth
*.safetensors

# Ignore Secrets and DB
backend/.env
.env
*.db
*.sqlite

# Ignore Git and OS
.git/
.gitignore
.DS_Store
Thumbs.db