Unify documentation rules across languages and fix the Python template

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Jan Doubravský
2026-08-18 10:33:00 +02:00
co-authored by Claude Opus 5
parent 19e9b8f2fa
commit 5c0f2f758f
19 changed files with 502 additions and 244 deletions
+22
View File
@@ -0,0 +1,22 @@
# Shared core .gitignore — language-agnostic.
# Append the language-specific file from Python/, Rust/ or Godot/ on top of this.
# --- Secrets ---
.env
.env.*
!.env.example
# --- Logs ---
logs/
*.log
# --- IDE / editor ---
.vscode/
.idea/
*.code-workspace
*.swp
# --- OS ---
Thumbs.db
Desktop.ini
.DS_Store