Initial commit
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m28s
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m28s
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user