-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
121 lines (106 loc) · 2.29 KB
/
Copy path.gitignore
File metadata and controls
121 lines (106 loc) · 2.29 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
.venv/
venv/
ENV/
env/
external/
# Node / Frontend
node_modules/
*.tsbuildinfo
dist-ssr/
*.local
# IDEs & Editors
.vscode/
.idea/
.cursor/
*.swp
*.swo
*~
# Environment variables
.env
.env.local
.env.*.local
# Database
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
.logs/
# OS
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
# Testing
.pytest_cache/
.pytest-tmp/
.pytest_tmp/
.tmp-pytest*/
pytest-cache-files-*/
.coverage
.coverage.*
htmlcov/
.xsafeclaw/
# Downloaded Agent Valley map skins (Map1 and Map_demo are bundled source assets)
frontend/public/Map-opensorce/Map[2-5].png
src/xsafeclaw/static/Map-opensorce/Map[2-5].png
# MyPy / type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
# Compressed / archives
*.gz
*.tar
*.zip
# Debug notes (dev-only, not needed in repo)
debug/
# Local dev helpers
start.sh
release_work/
.release_main_pypi/
# Optional downloaded map skins (fetched at runtime, not shipped in repo)
src/xsafeclaw/static/Map-opensorce/Map[2-9].png
frontend/public/Map-opensorce/Map[2-9].png
# ── Frontend build artifacts (§44) ────────────────────────────────────────
# These are produced by `cd frontend && npm run build` (vite outputs to
# ../src/xsafeclaw/static per vite.config.ts L9-17). Both setup.sh L44-45
# and start.sh L80-83 regenerate them on demand, so the repo doesn't need
# to ship them.
#
# Tracking them used to bite us via CRLF/LF: the build writes LF on Linux
# but the repo's .gitattributes normalises text → on every clone Windows
# users (and CRLF-tainted blobs from older commits) saw spurious "modified"
# entries that blocked `git checkout other-branch` with "your local changes
# would be overwritten" — see §43 epilogue and the bench cluster incident.
#
# Only text-like outputs are ignored here. The PNG/MP3 assets vite copies
# from frontend/public/ are tracked as canonical sources (binary, no EOL
# normalisation, so they never trigger the same conflict).
src/xsafeclaw/static/index.html
src/xsafeclaw/static/agent-town.html
src/xsafeclaw/static/agent-valley.html
src/xsafeclaw/static/assets/