# Python virtual environment venv/ env/ ENV/ # Python cache files __pycache__/ *.py[cod] *$py.class # Distribution / packaging dist/ build/ *.egg-info/ # Environment variables .env # IDE specific files .idea/ .vscode/ *.swp *.swo # Project specific downloads_folder/ *.log # Jupyter Notebook .ipynb_checkpoints # Local development settings *.local .gradio