CLean up site generation

This commit is contained in:
James Thompson
2026-03-23 04:29:25 +00:00
parent 716baafbc1
commit 90073c1d7a
40 changed files with 487 additions and 880 deletions

14
.gitignore vendored Normal file → Executable file
View File

@@ -3,21 +3,21 @@
*.env
!.env.example
# Docker runtime
**/acme.json
# Docker runtime files
**/*.json
**/logs/
**/*.log
# OS
.DS_Store
Thumbs.db
# MkDocs
site/
# Editor
.vscode/
.idea/
*.swp
*.swo
*~
# python
__pycache__/
*.pyc
*.pyo