model-registry/.gitignore

13 lines
80 B
Plaintext

venv
# Python
*.pyc
*.pyo
__pycache__
*.egg-info
dist/
build/
node_modules
~~