| .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/ | |