scrapeRL / .gitignore
NeerajCodz's picture
chore: update gitignore to exclude cache files
a3fb547
.env
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
node_modules/
dist/
.vite/