# Virtual environment .venv # Git .git .gitignore # Python cache __pycache__ *.pyc *.pyo .pytest_cache # IDE .vscode .idea # Data data/ models/ # For now we are using paraphrase-MiniLM-L6-v2 models/*/sentence_transformers/paraphrase-MiniLM-L3-v2/ # Notebooks notebooks/ # Test tests/ # Documentation docs/ *.md # DVC .dvc .dvcignore