feat: publishing infernet-container-starter v0.2.0

This commit is contained in:
ritual-all
2024-03-29 10:50:13 -04:00
parent 41aaa152e6
commit 4545223364
155 changed files with 6086 additions and 257 deletions

25
.gitignore vendored
View File

@ -1,3 +1,6 @@
# OS
**/.DS_Store
# Byte-compiled / optimized / DLL files
deploy/config.json
@ -5,6 +8,7 @@ __pycache__/
*.py[cod]
*$py
# C extensions
*.so
@ -14,10 +18,23 @@ build/
*.egg-info/
# IDE specific files
.vscode/
.idea/
**/.vscode
**/.idea
# Virtual environment
venv/
venv
.venv/
*.env
**/.idea
# env files
**/*.env
# OS Files
**/.DS_Store
# Multi-deploykey CI
**/root-config
# sync scripts
remote_sync