Publish sanitized current homelab architecture
Some checks failed
public-safety / privacy-and-secret-scan (push) Has been cancelled

This commit is contained in:
fizzlepoof
2026-09-08 21:47:41 +00:00
commit cc35523888
13 changed files with 901 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Local runtime files
.env
.env.*
!.env.example
# Python
__pycache__/
*.py[cod]
.venv/
# Editors and operating systems
.idea/
.vscode/
.DS_Store
# Generated scans and local artifacts
*.sarif
*.log
reports/