# Python cache files __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 # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Git .git/ .gitignore # Docker Dockerfile* .dockerignore docker-compose*.yml # Documentation *.md docs/ # Large model files (these should be downloaded at runtime) *.safetensors *.ckpt *.pt *.pth *.bin *.gguf # Logs *.log logs/ # Temporary files tmp/ temp/ *.tmp # Generated images (these will be created at runtime) _internal/output/ # Large dependencies that will be installed via pip stable_fast-*.whl