pureboot: gitignore python bytecode cache

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AReSwkWkPX2A9Ym6grxRAh
This commit is contained in:
2026-07-20 10:43:56 +02:00
parent 7314f7ab3b
commit eca7a41051

4
.gitignore vendored
View File

@@ -14,3 +14,7 @@ Debug
/build/
compile_commands.json
.cache/
# Python
__pycache__/
*.pyc