Skip to content

Commit 6ee6ea9

Browse files
authored
Merge pull request #11 from natidever/python-wrapper
Python wrapper
2 parents ac83948 + 8b59562 commit 6ee6ea9

File tree

44 files changed

+2587
-479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2587
-479
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ src/bin/
1111
**/*.rlib
1212
**/*.rmeta
1313

14+
1415
# Executables and binaries
1516
**/*.exe
1617
**/*.dll
@@ -69,11 +70,13 @@ tarpaulin-report.html
6970
*.warc.gz.*
7071
*.warc.*
7172
*.warc.*
73+
#static files
7274
common_crawl_2025-26_warcfiles
7375
analysis.json
7476
tt.json
7577
ttt.json
7678
raw.json
7779
failed_html.json
7880
*.json
79-
valid_htmls.json
81+
valid_htmls.json
82+

0 commit comments

Comments
 (0)