Skip to content

Commit 0286a23

Browse files
hyperpolymathclaude
andcommitted
chore: estate-wide chore + stale-path sweep (2026-04-17)
Part of the estate-wide 2026-04-17 cleanup pass. Commits chore-safe content only: docs, workflow YAML, gitignore, a2ml migration drift, editorconfig, ncl. Dependency manifests (Cargo.toml/.lock, package.json, mix.exs, etc.) and source files intentionally held back so no broken intermediate states where a .rs commit splits from its Cargo.toml. Also includes stale-path fixes for four ecosystem moves: hypatia -> verification-ecosystem/hypatia echidna -> verification-ecosystem/echidna ephapax -> developer-ecosystem/nextgen-languages/ephapax panic-attacker -> games-ecosystem/panic-attacker Staged files: 5 Held back (source / dep-manifests): 0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f998198 commit 0286a23

5 files changed

Lines changed: 55 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,11 @@ tests/pyo3-integration/.venv/
7878
tests/pyo3-integration/target/
7979
tests/pyo3-integration/.pytest_cache/
8080
tests/pyo3-integration/__pycache__/
81+
target/
82+
node_modules/
83+
_build/
84+
deps/
85+
.elixir_ls/
86+
.cache/
87+
build/
88+
dist/

ephapax-ir/idris2/.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,14 @@ build/
44
*.ttm
55
*.so
66
*.ss
7+
target/
8+
node_modules/
9+
_build/
10+
deps/
11+
.elixir_ls/
12+
.cache/
13+
*.log
14+
*.tmp
15+
.DS_Store
16+
Thumbs.db
17+
dist/

examples/mixed-transport/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,15 @@ venv/
1818
.idea/
1919
*.swp
2020
*.swo
21+
target/
22+
node_modules/
23+
_build/
24+
deps/
25+
.elixir_ls/
26+
.cache/
27+
*.log
28+
*.tmp
29+
.DS_Store
30+
Thumbs.db
31+
build/
32+
dist/

examples/zero-copy-demo/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,15 @@ venv/
1818
.idea/
1919
*.swp
2020
*.swo
21+
target/
22+
node_modules/
23+
_build/
24+
deps/
25+
.elixir_ls/
26+
.cache/
27+
*.log
28+
*.tmp
29+
.DS_Store
30+
Thumbs.db
31+
build/
32+
dist/

explorer/crawler/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,15 @@ erl_crash.dump
2222
# Ignore package tarball (built via "mix hex.build").
2323
crawler-*.tar
2424

25+
target/
26+
node_modules/
27+
_build/
28+
deps/
29+
.elixir_ls/
30+
.cache/
31+
*.log
32+
*.tmp
33+
.DS_Store
34+
Thumbs.db
35+
build/
36+
dist/

0 commit comments

Comments
 (0)