chore: ignore and untrack python cache files

This commit is contained in:
Kelsi 2026-02-25 10:42:50 -08:00
parent c849f9cdfa
commit e1614d55a2
3 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View file

@ -95,3 +95,7 @@ asset_pipeline/
# Local texture dumps / extracted art should never be committed # Local texture dumps / extracted art should never be committed
assets/textures/ assets/textures/
node_modules/ node_modules/
# Python cache artifacts
tools/__pycache__/
*.pyc