Files
html-scraper/.gitignore

34 lines
230 B
Plaintext

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