first commit

This commit is contained in:
2026-03-06 21:11:07 +03:00
parent b603974d46
commit 690733a224
4 changed files with 292 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
.venv/
__pycache__/
*.pyc
# Local runtime/output files
cookies.txt
bookmarks.json
debug_html/
# Local clone used during development; package install should be used instead
Scrapling/