-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (42 loc) · 850 Bytes
/
.gitignore
File metadata and controls
53 lines (42 loc) · 850 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
# Rust build artifacts
/target
# Rust backup files
**/*.rs.bk
# Ignored top-level dirs (legacy)
assets/
ext_docs/
# Git worktrees used during development
.worktrees/
# Docs — only exclude plans directories; keep specs, runbooks, docker docs tracked
docs/plans/
docs/superpowers/
# Python
__pycache__/
# Node / SvelteKit / Tauri build artifacts (applies across all apps/)
node_modules/
node_modules
.svelte-kit/
build/
dist/
.tauri/
apps/*/test-results/
apps/*/playwright-report/
apps/*/blob-report/
*.log
.env
.env.local
.env.*.local
# Python cache artifacts
__pycache__/
*.py[cod]
# Local agent run markers
.last-run
.last-run.json
# Generated SBC cloud-init artifacts
deploy/sbc/generated/
# macOS Finder metadata
.DS_Store
**/.DS_Store
# Tauri sidecar binaries (copied during build)
apps/receiver-ui/src-tauri/binaries/
.superpowers/