Add .gitignore for Python cache files

This commit is contained in:
Daniel Viegas 2025-11-28 22:52:22 +01:00
parent 6f0ccc04b4
commit f13f5e1141
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
__pycache__/
*.pyc
*.pyo