Enforce the repo convention that committed text is English. Translates ABOUTME headers, code comments, log/error messages, shell prompts, and documentation across all files. CLAUDE.md files remain in German per policy.
10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
# ABOUTME: Gitignore for Moonarch.
|
|
# ABOUTME: Excludes temporary files and build artifacts.
|
|
|
|
*.pyc
|
|
__pycache__/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|