game / .gitignore
chrimons
Build Gradio CLIP scoring app
3c8c1fc
Raw
History Blame Contribute Delete
127 Bytes
__pycache__/
*.pyc
*.pyo
*.pyd
.env
.env.local
pytest_cache/
.DS_Store
.idea/
.vscode/
.eggs/
*.egg-info/
build/
dist/
.cache/