chore: add .gitignore to exclude Python-generated files

This commit is contained in:
rafaelcalassara 2025-01-03 22:02:12 -03:00
parent 37320e247b
commit 40ab492eac

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Python-generated files
__pycache__/
*.cpython*.pyc