-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
103 lines (90 loc) · 1.51 KB
/
.gitignore
File metadata and controls
103 lines (90 loc) · 1.51 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
# Project-specific
refs/
poc/
WEBU/
examples/WEBU/
examples/claudia/
examples/claduio/
# Python
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Env/config
.env
.env.*
!.env.example
.python-version
# Build artifacts
build/
dist/
app/static/
apps/app/static/
deploy/helm/*/charts/
# Node
node_modules/
node_modules
frontend/node_modules/
frontend/.next/
frontend/dist/
frontend/coverage/
# Editors/OS
.DS_Store
.idea/
!.vscode/
.vscode/*
!.vscode/settings.json
*.swp
*.swo
*~
# Local
.local/
.worktrees/
certs/
.codex-lb/
.sisyphus/
.specstory/
logs/*
!logs/.gitkeep
.dev-ports.json
apps/logs/*.log
.agents/hooks/state/
.agents/.personality_migration
.agents/version.json
.agents/log/
.venv
.omx/
.omc/
# Keep OpenSpec plan workspaces local
openspec/plan/*
!openspec/plan/README.md
!openspec/plan/PLANS.md
!openspec/plan/migrate-multica-runtime-model/
!openspec/plan/migrate-multica-runtime-model/**
!openspec/plan/role-artifact-smoke-main/
!openspec/plan/role-artifact-smoke-main/**
# multiagent-safety:START
.omx/
.omc/
!.vscode/
.vscode/*
!.vscode/settings.json
scripts/agent-session-state.js
scripts/guardex-docker-loader.sh
scripts/guardex-env.sh
scripts/install-vscode-active-agents-extension.js
.githooks
oh-my-codex/
.omx/state/agent-file-locks.json
# multiagent-safety:END
# Agent hook state (local session cache)
.claude/hooks/state/
.codex/hooks/state/
.claude/scheduled_tasks.lock
.codex/scheduled_tasks.lock
.claude/settings.local.json
.codex/settings.local.json
.claude/worktrees/
.codex/worktrees/