Files
rrk-crawling/.gitignore
2025-12-22 22:22:24 +03:30

24 lines
254 B
Plaintext

**/__pycache__/
driver/
crawl-venv/
playwright/driver/
playwright.egg-info/
build/
dist/
venv/
.idea/
**/*.pyc
env/
htmlcov/
.coverage*
.DS_Store
.vscode/
.eggs
_repo_version.py
coverage.xml
junit/
htmldocs/
utils/docker/dist/
Pipfile
Pipfile.lock
.venv/