wrps-demo-kit/.gitignore
xxlio fa2db707a7 chore: initialise wrps-demo-kit
Blank starting point for the CI Server + OpenPLC demo kit. Content is
brought across from the earlier WRPS working repo folder by folder, as
each part is audited.
2026-09-02 15:07:31 +10:00

32 lines
596 B
Text

# --- Secrets: never commit ---------------------------------------------------
*.local.md
.env
.env.*
*.pem
*.key
*.ppk
id_rsa*
id_ed25519*
*_token
*.jwt
# --- OS / editor junk --------------------------------------------------------
Thumbs.db
ehthumbs.db
desktop.ini
.DS_Store
*~
*.swp
.vscode/
.idea/
# --- Python ------------------------------------------------------------------
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
# --- Build output ------------------------------------------------------------
# Rules are added as each generator is brought across during the audit.
*.log