| # Virtual environment | |
| venv/ | |
| env/ | |
| .venv/ | |
| #pdf files for generating embeddings | |
| resources/ | |
| # Python cache files | |
| __pycache__/ | |
| *.py[cod] | |
| # Environment variables | |
| .env | |
| # Local development settings | |
| .idea/ | |
| .vscode/ | |
| # OS generated files | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |
| # Distribution / packaging | |
| dist/ | |
| build/ | |
| *.egg-info/ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # pytest | |
| .pytest_cache/ | |
| # mypy | |
| .mypy_cache/ | |
| # Coverage reports | |
| htmlcov/ | |
| .coverage | |
| # Chainlit files | |
| .chainlit/ | |
| # Editor history | |
| .history/ | |
| fine_tuned_embedding_model2/ |