Initial Commit
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
**/__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/
|
||||
Reference in New Issue
Block a user