TushP's picture
Upload folder using huggingface_hub
bb9baa9 verified
raw
history blame contribute delete
366 Bytes
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Project specific
chromedriver-linux64/
chromedriver-linux64.zip*
*.log
debug_*.html
page_source.html
# Data
data/processed/*
!data/processed/.gitkeep
# Temp files
*.tmp
test_*.py
debug_*.py
scraped_reviews.json
# Environment
.env