-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (77 loc) · 1.87 KB
/
.gitignore
File metadata and controls
95 lines (77 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
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Build artifacts
dist/
build/
*.egg-info/
# Virtual environment
.venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
*.code-workspace
# AI tooling
CLAUDE.md
.claude/
# OS
.DS_Store
Thumbs.db
# Image editor project files
*.xcf
# FFmpeg temp
.video_temp/
# Logs
*.log
# ──────────────────────────────────────────────
# Theme & Web archives: .7z files ARE tracked.
# Extracted dirs are regenerated at runtime via on-demand download.
# ──────────────────────────────────────────────
# Extracted theme dirs (from theme*.7z archives)
src/trcc/data/theme*/Theme[1-5]/
src/trcc/data/theme*/Custom_*/
src/trcc/data/theme*/[0-9]*/
src/trcc/data/theme*/Theme.zt
src/trcc/data/theme*/Theme.dc
src/trcc/data/theme*/01.png
# Extracted Web dirs (from *.7z and zt*.7z archives)
src/trcc/data/web/[0-9]*/
src/trcc/data/web/zt*/[0-9]*/
src/trcc/data/web/**/*.mp4
src/trcc/data/web/**/*.png
# Keep all .7z archives tracked
!src/trcc/data/theme*.7z
!src/trcc/data/web/*.7z
# Runtime data
src/trcc/data/web_cache/
src/trcc/data/themes/
src/trcc/data/images/
src/trcc/data/settings.json
src/trcc/data/ui_*.json
# ──────────────────────────────────────────────
# Dev / reference files (not for distribution)
# ──────────────────────────────────────────────
# Dev scripts at root
/test_*.py
/probe_*.py
/*.sh
!install.sh
# Dev tooling
tools/
# Large binary docs
doc/*.pdf
# C# audit docs (reference only, not for distribution)
doc/audit/