forked from ChelseaKR/sprout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (41 loc) · 923 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (41 loc) · 923 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
# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
# Runtime index + ephemeral eval output (regenerated by `make ingest` / `make eval`)
var/
eval/golden.yaml
eval/golden.yaml.sha256
# web-static (EXP-08): compiled/exported artifacts, regenerated by
# `make web-static-bundle` / `make web-static-fixtures` / `npm run build:site` —
# never hand-edited, so never committed (same convention as `var/` above).
node_modules/
web-static/public/data/
web-static/public/assets/
web-static/public/styles.css
web-static/test/fixtures/
# Docs site build output
site/
# Vendored standards (pinned submodule; never committed loose)
.standards/
# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
# Claude Code (personal/local settings + runtime locks)
.claude/settings.local.json
.claude/*.lock