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
+14
View File
@@ -0,0 +1,14 @@
# Godot — append on top of the shared core (Project template/.gitignore).
# --- Editor and import caches ---
.godot/
.import/
# --- Builds ---
# Decide per project (DESIGN_DOCUMENT_GODOT.md, section 13): for small internal
# distribution the repository may be the channel, otherwise uncomment.
# build/
# NOTE: addons/ IS committed so the project opens cleanly on any machine
# (section 11). export_presets.cfg is committed too, but must never
# contain keystore passwords or signing credentials.