Skip to content

Commit 6379cbb

Browse files
committed
Merge jpr5/ftg-shell-ops-v2: Fix Cycle 1+2 (smart rigor)
2 parents 7c09e25 + 06309d9 commit 6379cbb

34 files changed

Lines changed: 4292 additions & 1082 deletions

.dockerignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,21 @@ assets
77
Dockerfile
88
**/.venv
99
**/.env
10+
**/.env.local
11+
**/.env.*.local
1012
**/.vscode
1113
infra
1214
docs
1315
**/.turbo
1416
**/.husky
17+
**/.next
18+
**/coverage
1519
**/dist
1620
**/build
1721
**/__pycache__
1822
**/.pytest_cache
1923
**/.git
2024
**/.DS_Store
2125
**/node_modules
22-
**/.langgraph_api
26+
**/.langgraph_api
27+
**/*.log

0 commit comments

Comments
 (0)