Fetching metadata from the HF Docker repository...
Update .gitignore
ee2e0b8 | |
| __pycache__/ |
| *.py[cod] |
| *$py.class |
|
|
| |
| *.so |
|
|
| |
| .Python |
| build/ |
| develop-eggs/ |
| dist/ |
| downloads/ |
| eggs/ |
| .eggs/ |
| lib/ |
| lib64/ |
| parts/ |
| sdist/ |
| var/ |
| wheels/ |
| *.egg-info/ |
| .installed.cfg |
| *.egg |
| MANIFEST |
|
|
| |
| *.manifest |
| *.spec |
|
|
| |
| htmlcov/ |
| .tox/ |
| .coverage |
| .coverage.* |
| .cache |
| nosetests.xml |
| coverage.xml |
| *.cover |
| .hypothesis/ |
| .pytest_cache/ |
|
|
| |
| .env |
| .venv |
| env/ |
| venv/ |
| ENV/ |
| env.bak/ |
| venv.bak/ |
|
|
| |
| .idea/ |
| .vscode/ |
| *.swp |
| *.swo |
|
|
| |
| .DS_Store |
| .DS_Store? |
| ._* |
| .Spotlight-V100 |
| .Trashes |
| ehthumbs.db |
| Thumbs.db |
|
|
| |
| *.log |
| logs/ |
|
|
| |
| |
| /tmp/model_cache/ |
| model_cache/ |
| *.pt |
| *.pth |
| *.ckpt |
| *.safetensors |
|
|
| |
| *.mp4 |
| *.avi |
| *.mov |
| *.mkv |
| *.webm |
| *.flv |
|
|
| |
| *.jpg |
| *.jpeg |
| *.png |
| *.gif |
| *.bmp |
| *.tiff |
|
|
| |
| /tmp/ |
| temp/ |
| processing_* |
| output_* |
| greenscreen_* |
| final_* |
|
|
| |
| .cache/ |
| huggingface/ |
|
|
| |
| gradio_cached_examples/ |
| flagged/ |
| app.log |
| processing.log |
| error.log |
|
|
| |
| config_local.py |
| .secrets |
| .env.local |