Files
homelab-showcase/.gitignore
fizzlepoof cc35523888
Some checks failed
public-safety / privacy-and-secret-scan (push) Has been cancelled
Publish sanitized current homelab architecture
2026-09-08 21:47:41 +00:00

20 lines
209 B
Plaintext

# 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/