tmp / .gitignore
Stephengzk's picture
Add files using upload-large-folder tool
120e73b verified
Raw
History Blame Contribute Delete
401 Bytes
.DS_Store
# Python caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.ipynb_checkpoints/
# Local environments and machine-specific config
.env
.venv/
venv/
env/
# Secrets
secrets/
# Generated downloads, inference outputs, and local data
lead_filter_runs/
local_data/
inference/online_runs/
*.log
# Playwright browser binaries are installed per machine.
.playwright-browsers/