-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (50 loc) · 655 Bytes
/
Copy path.gitignore
File metadata and controls
59 lines (50 loc) · 655 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
59
# Python
__pycache__/
*.py[cod]
*.pyd
*.so
.venv/
venv/
# Env files
.env
.env.*
!**/.env.example
backend/.env
frontend/.env
deploy/.env
# Node
node_modules/
frontend/node_modules/
frontend/dist/
frontend/test-results/
*.tsbuildinfo
# Logs & artifacts
logs/
artifacts/
*.log
log.txt
LeanBridgeSmokeAlgorithm*
# Data outputs
/data/
data/
# ML outputs
ml/models/*
!ml/models/.gitkeep
# Lean engine and exports (external)
Lean/
Lean_git/
Lean_export/
# OS/Editor
.DS_Store
Thumbs.db
.idea/
.vscode/
.codex
.playwright-mcp/
# Temp & packages
*.tgz
*.zip
# Script pid/lock files
scripts/.restart-local.pids.json
scripts/.restart-local.lock
.worktrees/