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
+28
View File
@@ -0,0 +1,28 @@
# Python — append on top of the shared core (Project template/.gitignore).
# --- Virtual environment ---
.venv/
# --- Bytecode and tool caches ---
__pycache__/
*.py[cod]
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
# --- Build artefacts ---
build/
*.egg-info/
# --- Distribution ---
# Applications built with PyInstaller COMMIT dist/ — the repository is the
# distribution channel (DESIGN_DOCUMENT.md, section 13), so leave the line below
# commented out. Libraries publish to PyPI and DO ignore dist/
# (DESIGN_DOCUMENT_MODULE.md, section 14) — uncomment it there.
# dist/
# --- Lock file ---
# Applications commit poetry.lock — leave the line below commented out.
# Libraries do not commit it — uncomment it there.
# poetry.lock