-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.cursorignore
More file actions
44 lines (36 loc) · 952 Bytes
/
Copy path.cursorignore
File metadata and controls
44 lines (36 loc) · 952 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
# Cursor / Codex hide bloat from agent context.
# (.gitignore already covers commit-tracking; this file controls what the
# editor and AI assistant *see*.) Keep this list minimal and accurate.
# Frontend deps — 665MB, never edited
frontend/node_modules/
frontend/.next/
frontend/tsconfig.tsbuildinfo
# Vendored example frameworks — explored on demand only
examples/flue/
# Build / cache artifacts
**/__pycache__/
**/*.pyc
*.egg-info/
distillation.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Python virtual environments
.venv/
venv/
**/.venv/
**/venv/
# Local validator state — large + churns constantly, agent rarely needs it
state/api_cache/
state/scoring_cache/
state/teacher_cache*/
state/eval_progress*.json
benchmark_results/
# Old archived state directories that were moved out of the repo
state.bak.*/
state.qwen.*/
# Lock files (large, low-signal)
frontend/package-lock.json
# Generated transcripts / logs
*.log
*.log.gz