-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
99 lines (88 loc) · 1.87 KB
/
Copy path.gitignore
File metadata and controls
99 lines (88 loc) · 1.87 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg
data/
.cache/
venv/
.venv/
*.log
node_modules/
.env
*.zip
# Local launchers (avoid pushing to git / antivirus false positives)
TubeCLI.bat
# Test/debug files rác
test_fingerprint*.json
test_*.py
open_head.js
# Large binaries / AI models / media / databases
*.mp4
*.avi
*.mkv
*.pt
*.pth
*.onnx
*.bin
*.db
*.mp3
*.wav
# === BROWSER RUNTIME DATA (không cần push lên git) ===
tubecli/extensions/browser/profiles/
tubecli/extensions/browser/screenshots/
tubecli/extensions/browser/scraped_data/
tubecli/extensions/browser/script/
/profiles/
# === DEV-ONLY ONE-TIME SCRIPTS ===
tubecli/extensions/browser/add_*.py
tubecli/extensions/browser/fix_*.py
tubecli/extensions/browser/insert_*.py
tubecli/extensions/browser/cleanup_*.py
tubecli/extensions/browser/update_context.py
tubecli/extensions/browser/update_open.py
tubecli/extensions/browser/update_session_manager*.py
tubecli/extensions/browser/verify_fingerprint_config.js
tubecli/extensions/browser/quantum_philosopher.json
tubecli/extensions/browser/test_*.js
tubecli/extensions/browser/test_*.py
# === PROJECT ROOT SCRATCH / TEMP FILES ===
_check_syntax.py
check_cross_platform.py
generate_docs.py
scratch_*.py
dump_*.py
skills.json
skills_dump.json
*.bak
*.tmp
# Scratch folder
scratch/
/scratch/
# === SCREENSHOTS / MEDIA (large, not needed in code repo) ===
screenshots/*.webp
screenshots/*.png
screenshots/*.jpg
screenshots/*.gif
# Keep: screenshots/README.md or .txt descriptions if any
# === FINGERPRINT & BROWSER CACHE (runtime data, NEVER commit) ===
fingerprint.json
fingerprint_*.json
**/fingerprint.json
**/fingerprint_*.json
**/Safe Browsing/
**/GrShaderCache/
**/GPUCache/
**/Cache/
**/Cache_Data/
**/CertificateRevocation/
**/WidevineCdm/
**/ZxcvbnData/
**/*.dll
**/*.store.*
**/*.crx
# === EXTENSIONS DATA (runtime, varies per user) ===
data/extensions_external/ai_arena/