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.
32 lines
596 B
Text
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
|