-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
84 lines (69 loc) · 960 Bytes
/
.gitignore
File metadata and controls
84 lines (69 loc) · 960 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
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
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
# Ephemeral dirs at repo root (e.g. tempfile / tools)
/tmp*/
dist/
build/
*.egg
# Virtual environments
.venv/
venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Kiro (keep steering files tracked)
.kiro/
!.kiro/steering/
# Codex (review dist/install/temp artifacts)
.codex_*/
# OS
Thumbs.db
Desktop.ini
.DS_Store
# Logs
*.log
# SAP2000 temp files
*.sdb
*.s2k
*.$2k
*.LOG
*.OUT
# Third-party API / reference docs (too large for git)
dluba,api/
docs/
!docs/EXAMPLES.md
!docs/FAQ.md
# Deprecated / not for release
steel_design/
web_agent/
langchain_agent/
visualization/
export_docs/
view/
converters/
examples/
# Scripts (publish tooling, not for release)
scripts/
# Distribution
*.whl
*.tar.gz
# Testing
.pytest_cache/
htmlcov/
.coverage
# Web agent build artifacts
web_agent/build/
web_agent/dist/
# Review and test files
.claude/
CLAUDE.md
EXPERT_REVIEW.md
IMPROVEMENTS.md
test_pysap2000.py