Initial commit
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
.env
|
||||
terraform/
|
||||
|
||||
# Byte-compiled Python files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
# Local config / secrets
|
||||
.env
|
||||
config.yaml
|
||||
secrets.json
|
||||
# Editor & OS files
|
||||
*.swp
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user