# Python virtual environments .venv venv/ env/ ENV/ virtualenv/ .gradio/ # Environment files .envrc .env .python-version # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging dist/ build/ *.egg-info/ *.egg MANIFEST # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ cover/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # Logs logs/ *.log pip-log.txt pip-delete-this-directory.txt # Local development settings .idea/ .vscode/ *.swp *.swo *~ .DS_Store