feat: publishing infernet-container-starter v0.2.0
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user