-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
82 lines (68 loc) · 1.44 KB
/
.gitignore
File metadata and controls
82 lines (68 loc) · 1.44 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
# uv lock file — raincloud is published as a library, so consumers
# should resolve transitive deps against their own constraint set.
# Local resolutions live untracked alongside pyproject.toml.
uv.lock
# Python build artifacts (anchored to repo root so they don't shadow
# nested directories named `build`/`dist`/etc., e.g. .agents/skills/build/).
/build/
/dist/
/downloads/
/eggs/
/.eggs/
*.egg-info/
*.egg
MANIFEST
# Packaging and installer logs
pip-wheel-metadata/
pip-log.txt
pip-delete-this-directory.txt
# Virtual environments
.venv/
venv/
env/
ENV/
.env
.env.*
!.env.example
# Test, coverage, and type-checking caches
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/
# Jupyter notebooks
.ipynb_checkpoints/
# Local runtime output
*.log
*.sqlite
*.sqlite3
# Pipeline build artifacts — regenerate with scripts/pipeline/build.py
outputs/
# Archived notes from prior iterations (Kaggle triage, attribution audit,
# conversation logs). Kept locally for reference but not tracked.
.archive/
# OS metadata
.DS_Store
Thumbs.db
# Zed IDE local workspace state
.zed/tasks.json
.zed/debug.json
.zed/local_settings.json
.agents/scheduled_tasks.lock
.agents/settings.local.json
# scratch directories
_workdir/
.tmp
# scratch (top-level docs/*.md / *.json mirror; canonical copies live in docs/v1/)
docs/datasets.md
docs/handlers.md
docs/snapshot.json