-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (43 loc) · 848 Bytes
/
.gitignore
File metadata and controls
49 lines (43 loc) · 848 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
# --- Rust / Cargo ---
/target
# --- IDEs / Editors ---
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# --- Project Runtime Data ---
# Simulation logs and legendary archives
logs/
logs_test_*/
logs_det*
.sisyphus
core.*
.primordium_onboarded
# Local configuration overrides
config.toml
# --- Generated Artifacts ---
# Evolutionary reports and family trees
*_report.md
report.md
family_tree.dot
family_tree.png
# --- Web / WASM ---
www/pkg/
www/node_modules/
ZV|.DS_Store
# --- mdBook Generated ---
docs/book/book/
docs/book/output/
.DS_Store
docs/book/src/architecture.md
docs/book/src/changelog.md
docs/book/src/changelog_zh.md
docs/book/src/manual.md
docs/book/src/manual_zh.md
docs/book/src/readme.md
docs/book/src/roadmap.md
docs/book/src/wiki-brain.md
docs/book/src/wiki-ecosystem.md
docs/book/src/wiki-genetics.md
docs/book/src/wiki-history.md