-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (55 loc) · 908 Bytes
/
Copy path.gitignore
File metadata and controls
69 lines (55 loc) · 908 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
61
62
63
64
65
66
67
68
69
# Python
__pycache__/
*.py[cod]
*$py.class
venv/
.env
# Runtime backup (manual backup of runtime data)
_manual_runtime_backup/
# GSD tooling
.codex/
# Build and Distribution
build/
dist/
build_hotfix/
dist_hotfix/
build_backend/
build_backend_debug/
ZedsuBackend.spec
Zedsu.spec
# Bot Specific
config.json
debug_log.txt
match_finish.png
captures/
gcm-diagnose.log
git_status_check.bat
src/assets/*.png
!src/assets/.gitkeep
# IDEs
.vscode/
.idea/
# Logs
src/logs/*.log
# Rust build output
src/ZedsuFrontend/target/
# Frontend dist (generated by build_frontend.ps1)
src/ZedsuFrontend-dist/
# Phase 14 generated build artifacts
.build_backend_backup/
# Runtime output
logs/
runs/
diagnostics/
# ML/generated assets
datasets/
assets/models/*.onnx
!assets/models/.gitkeep
# Release archives/installers
*.zip
*.7z
*.msi
# GSD tooling
.codex/
# Commit message template (tool artifact)
.commit_msg.txt