# Git files .git .gitignore .github # Python cache __pycache__ *.py[cod] *$py.class .pytest_cache .mypy_cache .ruff_cache # Virtual environments venv env ENV .venv # IDE .vscode .idea *.swp *.swo *~ # Generated files *.ply *.splat *.mp4 *.avi *.mov gradio_cached_examples/ flagged/ tmp/ temp/ # Documentation README.md LICENSE *.md # CI/CD .github/