-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (49 loc) · 961 Bytes
/
Copy path.gitignore
File metadata and controls
57 lines (49 loc) · 961 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
52
53
54
55
56
57
# --- Secrets / environment (only .env.example is committed) ---
.env
.env.dev
.env.prod
.env.local
.env.*.local
# --- Runtime output (device JSON dumps; bind-mounted, never committed) ---
output/
src/output/
/app/output/
# --- Python ---
__pycache__/
*.py[cod]
*.so
.Python
*.egg-info/
.eggs/
build/
dist/
# --- Virtual environments ---
.venv/
venv/
env/
ENV/
# --- Tooling caches ---
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
# --- Editors / OS ---
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.vscode/
.idea/
# --- Local Make overrides (private-registry host; Makefile.local.example is committed) ---
Makefile.local
# --- luxlint local artifacts (canonical config emitted for the editor; transient tail cfg) ---
.ruff.local.toml
.luxlint.mypy.ini
.luxlint.pytest.ini
.luxlint.gitleaks.toml
.test-image.stamp
# --- Claude local settings (settings.json IS committed; local is not) ---
.claude/settings.local.json
**/.claude/settings.local.json