mirror of
https://github.com/firecrawl/anydoc.git
synced 2026-09-14 14:18:33 +08:00
19 lines
544 B
Plaintext
19 lines
544 B
Plaintext
/target
|
|
/samples
|
|
.firecrawl/
|
|
# Digests of the local `samples/` corpus: they quote converted content, so they
|
|
# stay local like the corpus itself. Regenerate with `cargo test -- --ignored`.
|
|
/tests/snapshots/snapshots__sample__*
|
|
*.snap.new
|
|
__pycache__/
|
|
.venv/
|
|
# maturin build output from the CI python job
|
|
/python/wheels/
|
|
# wasm-pack build output: pkg/ is the npm package, www/pkg/ the demo site copy
|
|
/wasm/pkg/
|
|
/wasm/www/pkg/
|
|
# cargo-fuzz working dirs: seeds live in fuzz/seeds/ and are checked in
|
|
/fuzz/corpus/
|
|
/fuzz/artifacts/
|
|
/fuzz/coverage/
|