Spaces:
Sleeping
Sleeping
| # Dependencies | |
| node_modules/ | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| __pycache__/ | |
| .Python | |
| # Environment | |
| .env | |
| .venv | |
| env/ | |
| venv/ | |
| .env.local | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Build | |
| dist/ | |
| *.pyc | |
| # Logs | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Model cache (optional, aber groß) | |
| *.bin | |
| *.pt | |
| *.safetensors | |
| # Hugging Face cache | |
| huggingface/ | |
| .cache/ | |
| # Testing | |
| .coverage | |
| htmlcov/ | |