feat: initialize HTML scraper API with Flask and SeleniumBase

This commit is contained in:
2026-02-13 16:03:35 +01:00
commit 9659382d62
16 changed files with 1707 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
venv/
env/
.venv/
ENV/
.env
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
dist/
build/
*.egg-info/
*.log
logs/
.coverage
htmlcov/
.pytest_cache/
.idea/
.vscode/
*.swp
*.swo
.DS_Store
downloaded_files/
# uv
.python-version