-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (49 loc) · 693 Bytes
/
Copy path.gitignore
File metadata and controls
60 lines (49 loc) · 693 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
48
49
50
51
52
53
54
55
56
57
58
59
60
# Compiled binary (root-only, not under cmd/)
/dasiwa-true-video-enhancer
bin/dasiwa-true-video-enhancer
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
# Venv
runtime/venv/
# Hermes session plans and local agent state
.hermes/
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.local
# Uploads
uploads/
# Screenshots / test captures
*.png
*.jpg
*.jpeg
!assets/*.webp
take_screenshot.py
*_screenshot*.py
# Temporary / scratch files
*.tmp
*.bak
*.orig
*.swp
*.swo
~$*
*.lock
# Jupyter notebooks (scratch work)
.ipynb_checkpoints/
*.ipynb
# Trained models (large downloads, do not commit)
models/*.safetensors
models/*.onnx
models/.trt-cache/