File size: 277 Bytes
cff8c58 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
# Compiled python modules.
*.pyc
# Byte-compiled
_pycache__/
.cache/
# Poetry, setuptools, PyPI distribution artifacts.
/*.egg-info
.eggs/
build/
dist/
poetry.lock
# Tests
.pytest_cache/
# Type checking
.pytype/
# Other
*.DS_Store
# PyCharm
.idea
.venv
*egg-info
/gradio* |