-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitignore
More file actions
307 lines (271 loc) · 5.28 KB
/
Copy path.gitignore
File metadata and controls
307 lines (271 loc) · 5.28 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
# Build artifacts
target/
build/
dist/
# polylint cache
.polylint/
*.so
*.dylib
*.dll
*.pdb
*.node
*.whl
*.tar.gz
*.gem
*.jar
*.a
*.rlib
wheels/
# C test_app downloads the FFI artefacts via download_ffi.sh at build time
test_apps/c/ffi/include/
test_apps/c/ffi/lib/
**/bin/
!**/src/bin/
**/obj/
# Rust
*.rs.bk
*.profraw
rust-coverage.lcov
rust_out
# Python
*.py[cod]
*$py.class
*.egg-info/
__pycache__/
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/
.coverage
.coverage*
htmlcov/
share/python-wheels/
# Node.js / WASM
node_modules/
.yardoc/
*.tsbuildinfo
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
crates/crawlberg-node/index.d.ts
crates/crawlberg-node/index.js
.wrangler/
.pnpm-store/
# Zig build cache (transient artefacts in e2e/zig and elsewhere)
.zig-cache/
zig-out/
# Dart pub / build cache
.dart_tool/
# Gradle / Kotlin build cache
.gradle/
# Swift / SwiftPM build cache
.build/
.swiftpm/
# `Packages/` removed: with `core.ignorecase=true` (the macOS default) it
# case-insensitively matches the language-binding `packages/` tree and silently
# ignores newly emitted files like `packages/dart/bin/download_libs.dart` —
# which is alef-generated output we must commit. SwiftPM's `Packages/`
# resolution dir is opt-in and rarely created in this repo; if it appears,
# scope-ignore it under `packages/swift/` specifically.
packages/swift/**/Packages/
Package.resolved
*.xcodeproj/
*.xcworkspace/
DerivedData/
# PHPStan / PHP runtime cache
packages/php/var/
# Ruby
packages/ruby/.bundle/
packages/ruby/vendor/
packages/ruby/tmp/
packages/ruby/ext/src_rb/
packages/ruby/lib/*.bundle
*.Cache
# PHP
php-crawlberg.ini
packages/php/php-crawlberg.ini
packages/php/tests.xml
.php-cs-fixer.cache
# Java / C# / .NET
*.suo
*.user
*.cscfg
*.cobertura.xml
*.nupkg
*.versionsBackup
TestResults/
# Elixir
packages/elixir/_build/
packages/elixir/deps/
e2e/elixir/_build/
e2e/elixir/deps/
.nox/
# C FFI
crates/crawlberg-ffi/tests/c/test_*
!crates/crawlberg-ffi/tests/c/test_*.c
!crates/crawlberg-ffi/tests/c/test_*.h
crates/crawlberg-ffi/tests/c/*.o
crates/crawlberg-ffi/tests/c/*.dSYM/
e2e/c/test_*
!e2e/c/test_*.c
!e2e/c/test_*.h
e2e/c/*.o
e2e/c/*.dSYM/
e2e/c/run_tests
# Generated pkg-config
*.pc
# Coverage
coverage/
coverage.info
coverage.json
coverage.lcov
coverage.out
coverage.xml
packages/*/.coverage
packages/*/coverage.json
packages/*/coverage.out
packages/*/htmlcov/
packages/*/test-results/
packages/*/TestResults/
# IDE / Editor
.idea/
.vscode/
.run/
.DS_Store
*.swp
*.swo
Thumbs.db
# CI / Tools
.cache/
.rumdl_cache/
.tmp/
*temp/
*.temp
*.tmp
*.log
.mvn/
.tox/
.artifacts/
.remote-cache/
docker-logs/
# Docs
docs/_build/
docs/build/
site/
# Tests
test_report.json
tests/e2e/logs/
tests/e2e/test_report.json
temp-test-*
**/test_output.log
**/logs/
# AI / MCP / Agent config
.alef/
.claude/
.codex/
.gemini/
.mcp.json
.playwright-mcp/
AGENTS.md
CLAUDE.md
GEMINI.md
.cursorrules
.windsurfrules
[Tt][Oo][Dd][Oo]*
# Git worktrees
.worktrees/
# Environment
.env
.env.*
!.env.example
# Misc
output.txt
/tmp/crawlberg-docker-test-results.json
*.pyd
.gems/
vendor/bundle/
vendor/
*.h.bak
*.test
*.class
bin/
# Exempt the alef-emitted Dart entrypoint dir which is real source we must
# track (used by `dart run crawlberg:download_libs` consumers).
!packages/dart/bin/
obj/
# pkg/ removed — needed for WASM npm publish (wasm-pack outputs to pkg/)
erl_crash.dump
test_apps/elixir/_build/
test_apps/elixir/deps/
test_apps/elixir/mix.lock
test_apps/node/pnpm-lock.yaml
test_apps/zig/zig-pkg/
pkg/
.lycheecache
.benchmark_results/
# E2E mock-server runtime state
.mock-server.env
.mock-server.out
.mock-server.pid
# chromiumoxide leak watcher (scripts/chrome-memwatch.sh) — repo-relative
# log destination so CI can collect it as a build artifact via the
# predictable path. Already covered by `*.log` above; listed explicitly so
# the contract is obvious to anyone reading this file.
chrome-memwatch.log
# Per-language smoke workflows scaffolded by alef. crawlberg uses the unified
# ci-e2e.yaml matrix for all language coverage; these standalone workflows are
# kept emitted on disk for upstream parity but never committed.
.github/workflows/dart.yml
.github/workflows/kotlin.yml
.github/workflows/swift.yml
.github/workflows/zig.yml
e2e/ruby/.bundle/
# basemind local code-map index (machine-local, do not commit)
.basemind/
# Alef-generated skills are source-controlled; other agent-local state stays ignored.
!.codex/
.codex/*
!.codex/skills/
.codex/skills/*
!.codex/skills/api/
!.codex/skills/api/SKILL.md
!.codex/skills/cli/
!.codex/skills/cli/SKILL.md
!.codex/skills/mcp/
!.codex/skills/mcp/SKILL.md
!.agents/
.agents/*
!.agents/skills/
.agents/skills/*
!.agents/skills/api/
!.agents/skills/api/SKILL.md
!.agents/skills/cli/
!.agents/skills/cli/SKILL.md
!.agents/skills/mcp/
!.agents/skills/mcp/SKILL.md
!.claude/
.claude/*
!.claude/skills/
.claude/skills/*
!.claude/skills/api/
!.claude/skills/api/SKILL.md
!.claude/skills/cli/
!.claude/skills/cli/SKILL.md
!.claude/skills/mcp/
!.claude/skills/mcp/SKILL.md
!.github/skills/
.github/skills/*
!.github/skills/api/
!.github/skills/api/SKILL.md
!.github/skills/cli/
!.github/skills/cli/SKILL.md
!.github/skills/mcp/
!.github/skills/mcp/SKILL.md
# BEGIN ai-rulez (DO NOT EDIT - managed by ai-rulez)
.cursor/
.github/agents/
.github/commands/
.github/copilot-instructions.md
# END ai-rulez