# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ env/ ENV/ env.bak/ venv.bak/ .venv/ # IDE and editors .vscode/ .idea/ *.swp *.swo *~ .claude/ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs and databases *.log *.sqlite3 *.db # Model cache and downloads models/ .cache/ huggingface_hub/ transformers_cache/ # Temporary files *.tmp *.temp .tmp/ # Environment variables .env .env.local .env.production .env.staging # Jupyter Notebook .ipynb_checkpoints # pytest .pytest_cache/ .coverage # mypy .mypy_cache/ .dmypy.json dmypy.json # Local development local_test.py test_*.py debug.py # Gradio temporary files .gradio/ gradio_cached_examples/ flagged/ # Large files that shouldn't be in git *.bin *.safetensors *.pt *.pth *.ckpt *.h5 # Documentation build docs/_build/