# Python cache files __pycache__/ *.py[cod] *$py.class *.so .Python develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Exception: Keep SageAttention and SpargeAttn build directories for Docker !SageAttention/ !SpargeAttn/ !docker/ # But exclude their build artifacts SageAttention/build/ SageAttention/*.egg-info/ SageAttention/**/__pycache__/ SpargeAttn/build/ SpargeAttn/*.egg-info/ SpargeAttn/**/__pycache__/ # 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 files (not needed in the image, but Dockerfile itself is needed for the build context) .dockerignore # Documentation (not needed in runtime, but docker/ scripts are needed for build) *.md !docker/ docs/ !frontend/dist/ !frontend/dist/** # 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) output/ # Large dependencies that will be installed via pip stable_fast-*.whl