commit efbfe77cd1e5e2679523dcbf9d46fc112287c736 Author: Hermes AI Bot Date: Fri Jul 17 17:47:50 2026 +0000 init: repo scaffolding diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b58d8a --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# Audit-compliant .gitignore (jannikcloud-monitor 5-pattern requirement) + +# Logs (pattern #5) +*.log +logs/ + +# Temp (patterns #1 + #4) +*.tmp +*.tmp* +.tmp +tmp/ +temp.txt +temp.log + +# Scratch (pattern #2) +scratch/ + +# venv (pattern #3) +.venv/ +venv/ +env/ + +# Python +__pycache__/ +*.py[cod] + +# Secrets — NEVER push +.env +.env.local +*.pem +*.key + +# Editor / OS +.DS_Store +Thumbs.db +.idea/ +.vscode/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd6c91e --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# MC-Survival Wiki — Daily Tips Archive + +One markdown file per generated improvement tip for the +[MC-Survival Wiki](https://github.com/orfelorfel23/MC-SurvivalProjekt-Wiki). + +Generated automatically by the `mc-survival-wiki-tips` cron job (18:00 MESZ daily). + +See [TIPS.md](TIPS.md) for an index.