forked from milady-ai/milady
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (64 loc) · 1.18 KB
/
.gitignore
File metadata and controls
74 lines (64 loc) · 1.18 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
node_modules
**/node_modules/
.env
dist
coverage
tmp/
apps/app/electron/build/
.bun
.DS_Store
**/.DS_Store
# Build artifacts
*.bun-build
**/*.bun-build
# Lock files (managed at repo root)
package-lock.json
bun.lock
bun.lockb
!deploy/cloud-agent-template/package-lock.json
# Docker overrides
docker-compose.extra.yml
# UI test artifacts
apps/ui/src/ui/__screenshots__/
apps/ui/playwright-report/
apps/ui/test-results/
# Vendored repos (clone separately if needed)
vendor/
# Local untracked files
.local/
.vscode/
.claude/settings.local.json
.git-workspace/
IDENTITY.md
USER.md
.tgz
.eliza/
.eliza.broken.*/
.turbo/
skills/*
!skills/README.md
!skills/integration-dod-map/
skills/integration-dod-map/*
!skills/integration-dod-map/SKILL.md
apps/app/electron/.eliza
apps/app/electron/skills/
# Local workspace clones / scratch dirs
milady-workspace/
# Temporary capture files
temp_capture_*.jpg
knip_output*.txt
src/benchmark/mock-plugin.ts
biome-report.json
# Local audit outputs
report/
# Agent learning docs & knowledge base
knowledge/
scripts/knowledge-loop.mjs
test/contracts/
apps/app/test-results/
# WhatsApp session files (Baileys auth state)
/auth/
:memory:/
benchmarks/
plugins/
!docs/plugins/