Files
2026-03-23 22:25:10 +01:00

16 lines
314 B
Plaintext

# Ignore all hidden files and hidden directories
.*
**/.*
# Keep this ignore file tracked
!.gitignore
# Exclude non-runtime localization helper artifacts
tools/
LOC*.md
LOCALIZATION*.md
# Dev tooling — Python generators, data processing scripts, scratch files
# Not part of the addon, never ship this
.tools/