# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # 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 # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Gradio gradio_cached_examples/ flagged/ # Temporary files tmp/ temp/ *.tmp # Video files for testing *.mp4 *.avi *.mov *.mkv *.webm # Model cache .cache/ models/ # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Local testing files test_videos/