Initial commit

This commit is contained in:
michelle@shelltr.me
2025-06-07 14:04:07 -07:00
parent b0fb135499
commit ef2a6b31ad
19 changed files with 332 additions and 0 deletions

13
.gitignore vendored Normal file
View 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