Spaces:
Sleeping
Sleeping
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| # Python cache files | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| # Large ML/Data files | |
| *.csv | |
| *.npy | |
| *.pkl | |
| *.h5 | |
| *.pt | |
| *.pth | |
| *.joblib | |
| *.zip | |
| *.tar | |
| *.gz | |
| *.npz | |
| # OS/IDE files | |
| .DS_Store | |
| .vscode/ | |
| # Ignore the big raw dataset | |
| JobsFE.csv | |
| # Ignore all .npy files except the precomputed embeddings | |
| *.npy | |
| job_embeddings.npy | |
| # Ignore Python/venv/cache files | |
| .venv/ | |
| __pycache__/ | |
| *.pyc | |
| .DS_Store | |
| job_embeddings.npy | |
| j o b _ e m b e d d i n g s . n p y | |