-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
113 lines (95 loc) · 1.75 KB
/
Copy path.gitignore
File metadata and controls
113 lines (95 loc) · 1.75 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.Python
# Virtual environments
venv/
.venv/
env/
ENV/
# Environment & secrets
.env
.env.local
.env.*.local
*.key
*.pem
# Database files
data/*.db
data/*.db-shm
data/*.db-wal
data/firewall.db
data/learned_patterns.json
data/shadow_log.json
firewall.db
# Editor / IDE
.vscode/
.idea/
.claude/
.agents/
.codex/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
desktop.ini
# Node
node_modules/
# Build artifacts
dist/
build/
# Logs
*.log
logs/
debug-*.log
# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/
# Compiled binaries that should never be in git
*.dll
*.so
*.dylib
*.exe
# Allow specific data files we DO want tracked
!data/.gitkeep
# Local AI/tooling drafts
docs/superpowers/
docs/internal/
design-plugin/
design.plugin
skills-lock.json
INTERLOCK_STRATEGY.md
nextcloud-scan-report.md
# Frontend: track source, ignore only build artifacts and local deploy/link state.
interlock-web/node_modules/
interlock-web/dist/
interlock-web/.vercel/
.vercel
.env*
# Local-only demo scripts and scratch files (kept on disk, never tracked)
demo/populate_live_demo.py
demo/valtown-mcp-mock.js
demo/offline/evaluator-artifacts/
interlock-web/interlock-landing-reference.html
interlock-web/public/interlock-landing-reference.html
# Local-only outreach and analysis artifacts
.mypy_cache/
social-poster/
# Local-only private GTM, partner, and proof artifacts
outreach/
private/
partner-drafts/
proof-captures/
examples/livekit_agents/.proof-artifacts/
repo-insights-*.png
*Work_Tracker*.pdf
*Strategic_Snapshot*.pdf
# Dependency-audit machine-readable output (regenerated by CI and by
# scripts/audit_npm.py; uploaded as a CI artifact, never committed)
pip-audit.json
interlock-web/npm-audit-production.json
interlock-web/npm-audit-all.json