-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (37 loc) · 684 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (37 loc) · 684 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
# Environment and Python
.env
.env.*
!.env.example
.venv/
.checkpoints/
.function_approvals/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
*.egg-info/
build/
dist/
# JavaScript
node_modules/
.DS_Store
# Local databases and services
.duckdb
*.duckdb
postgres-data/
# Tokens and raw cloud payloads (never commit)
*.token
*token*.txt
.env.local
concord-work-iq-raw.json
artifacts/proof/work-iq-status.json
# MSAL token cache and launcher state (never commit)
msal-token-cache.json
.concord-dev/
# Replay captures
artifacts/replay/raw/*
!artifacts/replay/raw/.gitkeep
!artifacts/replay/sanitized/
!artifacts/replay/sanitized/**
# Foundry deployment build output
artifacts/foundry/