1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/custard
/repos/
*.out
# Proprietary fonts — present on disk for build-time go:embed, never committed.
web/static/fonts/
# Agent / assistant instruction files — kept local, never published (this repo is public).
CLAUDE.md
AGENTS.md
GEMINI.md
.cursor/
.cursorrules
.windsurfrules
.aider*
.claude/
.github/copilot-instructions.md
# Local deploy config (server/domain) — never published
deploy/deploy.env
|