summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: b584502f871f8ae695285a0826c18d64c9dab512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Build artifacts
build/
build-web/

# External dependencies (cloned separately)
deps/

# Runtime assets (fonts — embedded at build time)
resources/

# Runtime config
study-player.cfg

# Agent harness scratch (orchestrator→agent prompts, agent→orchestrator reports)
prompts/
reports/

# OS / editor
.DS_Store
*.swp
*~