This commit is contained in:
iklobato
2025-02-20 14:16:07 -03:00
parent 88e14a79d2
commit e4543b56d7
6 changed files with 89 additions and 2 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv