-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (41 loc) · 828 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (41 loc) · 828 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
# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/
# Environment / secrets
.env
.env.*
!.env.example
# Databases (local dev)
*.db
*.sqlite
*.sqlite3
# Generated static dump (build artifact; published by refresh-data workflow)
/dump/
# Local-only handoff notes (private; never committed to the public repo)
*.local.md
# Local tooling/editor config (kept out of the public repo)
.claude/
# Build-only: regenerated on every Pages deploy (site/scripts/build-*.mjs)
site/public/v1/history.json
site/public/v1/verification.json
# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.mypy_cache/
.ruff_cache/
# Editors / OS
.idea/
.vscode/
.DS_Store
# Generated by app.verify score runs; rebuilt on demand, too large to track (43 MB).
/data/_verify/state/scores.jsonl