# Virtual environments venv/ env/ ENV/ .venv # Python cache __pycache__/ *.py[cod] *$py.class *.so # Gradio cache .gradio/ # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Python *.egg-info/ dist/ build/ # Jupyter .ipynb_checkpoints/ *.ipynb_checkpoints