openmeter / api /client /python /.gitignore
Leon4gr45's picture
Upload folder using huggingface_hub
048b1e8 verified
Raw
History Blame Contribute Delete
165 Bytes
# python
# Packaging
*.egg-info/
*.egg
*.eggs/
dist/
build/
CHANGELOG.md
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Virtual envs
.python-version
.venv/
venv/