Added original code directories to .gitignore\n\n- Added original/ and fichero-printer/ to .gitignore\n- These contain the initial working code for reference\n- Prevents accidental commits of original code\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe <vibe@mistral.ai]
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
paul2212
2026-03-18 19:46:45 +01:00
parent 0027d1175f
commit 058e8e244f

4
.gitignore vendored
View File

@@ -6,3 +6,7 @@ __pycache__/
decompiled/ decompiled/
debug_*.png debug_*.png
logcat_*.txt logcat_*.txt
# Original code directories
original/
fichero-printer/