MarkNawar's picture
Upload folder using huggingface_hub
a6bfba7 verified
raw
history blame contribute delete
197 Bytes
# Python cache directories
__pycache__/
.pytest_cache/
*.py[cod]
*$py.class
# Virtual environment
.venv/
# IDE specific files
.python-version
# Package building artifacts
*.egg-info/
.env
dist/