-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (37 loc) · 782 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (37 loc) · 782 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
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.whl
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg
.env
.venv/
venv/
env/
# Local model-routing cache (regenerated at runtime)
.model_cache.json
.model_cache*.json
# macOS Finder duplicate artifacts
* 2.py
* 3.py
* 2.json
* 3.json
* 2.md
* 3.md
# Ad-hoc scratch / patch scripts at repo root (do not commit)
/fix_*.py
/patch_*.py
.claude/scheduled_tasks.lock
# v0.18 Track B — project-local .carl/ scaffold
.carl/
# Project-local training config. CARLSettings layers this file in, and
# users commonly drop dataset paths, hub namespaces, and occasionally
# secrets into it. Keep it out of version control by default — commit a
# `carl.yaml.example` template instead if you want to share settings.
carl.yaml