chest2vec_4B / .gitignore
lukeingawesome's picture
Add trust_remote_code integration (Qwen3-Embedding + LoRA)
c036088 verified
# Build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Testing
.pytest_cache/
.coverage
htmlcov/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Jupyter
.ipynb_checkpoints/