Add n8n workflows 01-08 (with upgrades), 14-16; planning docs; .gitignore

This commit is contained in:
Paccoco
2026-05-09 13:20:11 -05:00
parent 9f6144e28e
commit 7ec40ef437
22 changed files with 7859 additions and 10 deletions

29
.gitignore vendored
View File

@@ -1,16 +1,27 @@
# Never commit real secrets
# Environment files
.env
.env.*
!.env.example
# Postgres init SQL contains hardcoded passwords (Option A decision)
# Copy from databases/initdb/01-create-databases.sql.example and fill in real values
databases/initdb/01-create-databases.sql
# Backup files
*.bak
*.bak.*
documents/*.bak*
# OS noise
.DS_Store
Thumbs.db
# Python
__pycache__/
*.pyc
*.pyo
# Editor noise
# Temp scripts
update-homelab-docs.py
# Editor
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db