chest2vec_0.6b_chest / .gitignore
lukeingawesome's picture
Upload folder using huggingface_hub
364cd6b verified
raw
history blame contribute delete
194 Bytes
# Build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Testing
.pytest_cache/
.coverage
htmlcov/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Jupyter
.ipynb_checkpoints/