-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (50 loc) · 847 Bytes
/
.gitignore
File metadata and controls
58 lines (50 loc) · 847 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
48
49
50
51
52
53
54
55
56
57
58
# Ignore the 'output' folder
/Native_app/output
# Log files (ad-hoc redirects, build output)
# Note: logs/ directory is committed but contains only .md files, so this is safe.
*.log
# Environment and secrets
.env
*.p8
*.pem
rsa_key*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Node / React
node_modules/
package-lock.json
tsconfig.tsbuildinfo
# Distribution
dist/
dist-server/
build/
*.egg-info/
# Native app build output
build-routing-solution/Native_app/output/
**/native_app/output/
# Cortex Code session artifacts
.snowflake/cortex/plans/
drafts/FINAL.md
drafts/PLAN.md
drafts/v1-critique.md
drafts/v1.md
drafts/v2-critique.md
drafts/v2.md
logs/friction-log_2026-05-03_01-10.md
/docs/blogpost
/docs/old
benchmarks/matrix-access/results/blogpost-blurb.md
/tmp