Unify documentation rules across languages and fix the Python template
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
19e9b8f2fa
commit
5c0f2f758f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user