pureboot: gitignore python bytecode cache

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-20 10:43:56 +02:00
parent 3e4df8638c
commit 9145d1ec22

4
.gitignore vendored
View File

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