-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (36 loc) · 822 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (36 loc) · 822 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
*node_modules/
*dist/
app/dist/
app/release/
app/native/
frontend/dist/
admin-console/dist/
server/dist
packages/contracts/dist
packages/server/dist/
lib/target/
e2e/test-results/
e2e/playwright-report/
graphify-out/
**/__pycache__/
*.pyc
.env
.env.*
!.env.example
!.env.*.example
!**/.env.example
!**/.env.*.example
.env.production
/models/
/secrets/
infra/imaging-cdk/cdk.out/
# The CloudFront signing key pair generated per infra/imaging-cdk/README.md
# — the private half must never be committed; the public half doesn't need
# to be either (each real deployment generates its own).
infra/imaging-cdk/*.pem
# Personal AI-assistant tooling state — machine-specific absolute paths and
# per-developer config, not portable across machines or meant to be shared.
/.claude/
/.codex/
/.agents/
app/tsconfig.tsbuildinfo