feat: publishing infernet-container-starter v0.1.0
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
deploy/config.json
|
||||
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Distribution / packaging
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
|
||||
# IDE specific files
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Virtual environment
|
||||
venv/
|
||||
|
||||
**/.idea
|
Reference in New Issue
Block a user