-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
90 lines (71 loc) · 2.16 KB
/
Copy path.gitignore
File metadata and controls
90 lines (71 loc) · 2.16 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
# Worktrees
.worktrees/
.superpowers/
.claude/worktrees/
# Node
node_modules/
dist/
.next/
deploy/
# Nx
.nx/cache/
.nx/workspace-data
tmp/
apps/website/test-results/
# Demo media is hosted on Vercel Blob, not committed (see DemoShowcase.tsx /
# apps/website/scripts/upload-demo-media.md). Keep these binaries out of git.
apps/website/public/demo/
cockpit/**/angular/test-results/
/test-results/
# Marketing channel dry-run simulation outputs (ephemeral; see "simulatedAt")
# Env
.env
.env.local
# OS
.DS_Store
.angular
# Next.js
.next
out
.vercel
# Regenerated by every `next build` / `next dev`, and its contents differ
# between the two (dev writes ./.next/dev/types, build writes the Nx dist
# path). Tracking it means every build dirties the working tree.
apps/*/next-env.d.ts
# Whitepaper signup data
apps/website/data/
# Python
__pycache__/
*.pyc
*.pyo
.venv/
# LangGraph local runtime
.langgraph_api/
# Local LangGraph deployment deps
deployments/*/deps/
# ...but ag-ui-dev commits generated deps/ (Docker build copies them in)
!deployments/ag-ui-dev/deps/
!deployments/ag-ui-dev/deps/**
# superpowers brainstorming output
.superpowers/
# TypeScript incremental build caches (any project)
*.tsbuildinfo
# AG-UI example generated API keys (injected from .env at build time)
examples/ag-ui/angular/src/environments/generated-keys.local.ts
# Chat example generated API keys (injected from .env at build time)
examples/chat/angular/src/environments/generated-keys.local.ts
# Local service-account keys (GSC, etc). Never commit these.
keys/
# Playwright demo-recording output (large binaries; see apps/website/scripts/upload-demo-media.md)
**/.record-output/
# aimock record-mode scratch dirs (AIMOCK_MODE=record captures; see libs/e2e-harness/src/aimock-mode.ts)
.aimock-recordings/
# Aborted fixture-record runs strand raw recordings under a committed path
**/e2e/fixtures/.staging/
# Shared install collector staged before each library is packaged.
libs/*/.install-collector/*
!libs/*/.install-collector/development-install.mjs
!libs/*/.install-collector/development-install.d.ts
# Growth research generated deployment artifacts
apps/growth-research/.dawn/
apps/growth-research/.deployment/