All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m28s
25 lines
226 B
Plaintext
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/
|