-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (38 loc) · 1.19 KB
/
Copy path.gitignore
File metadata and controls
42 lines (38 loc) · 1.19 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
# ─────────────────────────────────────────────────────────────
# The AI OS — combined repo .gitignore
# Excludes secrets, orchestrator state, and everything `aios setup`
# reinstalls or rebuilds. Source is committed; deps/artifacts are not.
# ─────────────────────────────────────────────────────────────
# ── Secrets & orchestrator state ──
.aios/
.env
aios.config.yaml
.claude/
**/.env
!**/.env.example
!.env.example
hermes-agent-main/**/cli-config.yaml
# ── Dependencies (reinstalled by `aios setup`) ──
**/node_modules/
**/.venv/
**/venv/
**/__pycache__/
*.py[cod]
**/.pnpm-store/
**/.pnpm/
# ── Build outputs (rebuilt by `aios setup`) ──
opencode-dev/**/dist/
openclaw-main/**/dist/
openclaw-main/**/dist-runtime/
openclaw-os-main/**/dist/
openclaw-os-main/**/.next/
openclaw-os-main/**/out/
**/.turbo/
**/*.tsbuildinfo
# ── Logs / caches / OS noise ──
*.log
.DS_Store
Thumbs.db
**/.gradle/
**/build/
claude-code-api-main/.env