diff --git a/.gitignore b/.gitignore index f6afc09..37fe407 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vscode/settings.json modulos/constantes.py +*.pyc diff --git a/modulos/__pycache__/aux.cpython-312.pyc b/modulos/__pycache__/aux.cpython-312.pyc index 66e8a01..5ec15fd 100644 Binary files a/modulos/__pycache__/aux.cpython-312.pyc and b/modulos/__pycache__/aux.cpython-312.pyc differ diff --git a/modulos/__pycache__/constantes.cpython-312.pyc b/modulos/__pycache__/constantes.cpython-312.pyc index 457438f..0bd107a 100644 Binary files a/modulos/__pycache__/constantes.cpython-312.pyc and b/modulos/__pycache__/constantes.cpython-312.pyc differ