AI given structure

This commit is contained in:
1jamesthompson1
2026-03-23 16:06:42 +13:00
commit 716baafbc1
35 changed files with 1570 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Secrets - never commit
.env
*.env
!.env.example
# Docker runtime
**/acme.json
**/logs/
**/*.log
# OS
.DS_Store
Thumbs.db
# MkDocs
site/
# Editor
.vscode/
.idea/
*.swp
*.swo
*~