Files
runpod-ai-orchestrator/.gitignore
Sebastian Krüger e94bab1394
Some checks failed
Build and Push RunPod Docker Image / build-and-push (push) Failing after 2m0s
Initial commit
2025-11-26 15:35:35 +01:00

25 lines
226 B
Plaintext

# Environment variables
.env
# Virtual environments
venv/
# Logs
.logs/
# Supervisord runtime files
supervisord.pid
supervisor.sock
# OS files
.DS_Store
Thumbs.db
# Model cache
.cache/
# Temporary files
*.tmp
tmp/
temp/