-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (36 loc) · 686 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (36 loc) · 686 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
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
.venv
venv/
# Artifacts (generated)
artifacts/
# Research workspaces (generated)
research/**/artifacts/
# Generated catalog outputs (rebuildable)
research/catalog/INDEX.jsonl
research/catalog/exports/
# OS / IDE
.DS_Store
.vscode/
# Secrets / local env
.env
.env.*
env_preview.txt
env_preview*.txt
# Agent temp
.cursor/project/tmp/agent/
.cursor/project/tmp/tmp/
tmp/agent/
# Research notebooks / transient
research/**/.ipynb_checkpoints/
research/**/.jupyter/
# Local-only sync workflow/docs/scripts (do not commit)
SYNC_WORKFLOW.md
SYNC_QUICK_REFERENCE.md
sync_to_public.sh
sync_exclusions.txt