Initial commit: CloudOps infrastructure platform
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
venv/
|
||||
*.log
|
||||
|
||||
# Sensitive
|
||||
config.py
|
||||
*.key
|
||||
*.pem
|
||||
.env
|
||||
|
||||
# Backups
|
||||
*.tar.gz
|
||||
backups/
|
||||
platform-backups/
|
||||
|
||||
# VM specific
|
||||
tunnel.log
|
||||
pull-*.log
|
||||
deploy-*.log
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user