# Python cache files __pycache__/ *.py[cod] *$py.class *.so .Python # Distribution / packaging dist/ build/ *.egg-info/ # Virtual environments venv/ env/ ENV/ # Jupyter Notebook .ipynb_checkpoints # VS Code .vscode/ *.code-workspace # PyCharm .idea/ # Logs *.log logs/ # OS specific files .DS_Store Thumbs.db desktop.ini # Environment variables .env .env.local # Temporary files *.swp *.swo *~ .temp/ # NOTE: We're keeping the embeddings/*.pkl files since they're pre-generated # for faster startup. They're managed by Git LFS as specified in .gitattributes. # Gradio specific gradio_cached_examples/ flagged/ # Local development files .jupyter/ .local/ .bash_history .python_history