-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (38 loc) · 790 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (38 loc) · 790 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
*.js
!jest.config.js
!docker/*.js
!lib/lambda-edge/*.js
*.d.ts
node_modules
# CDK asset staging directory
.cdk.staging
cdk.out
# Claude Code local files
*.local.*
!.claude/hookify.*.local.md
.local.json
CLAUDE.local.md
# Claude Code hook state files (workflow tracking)
.claude/state/
# Environment files
.env
.env.*
# CDK context (environment-specific lookups)
cdk.context.json
docker/agent-server/software-agent-sdk/
# Python virtual environments and cache
.venv/
__pycache__/
.pytest_cache/
*.pyc
# Git worktrees
.worktrees/
# Skills (installed via npx skills add)
.agents/
.claude/skills/autonomous-*
.claude/skills/create-issue
.kiro/skills/
.codex/skills/
# Sandbox Orchestrator build artifacts
services/sandbox-orchestrator/dist/
services/sandbox-orchestrator/node_modules/