forked from marquez.juan/clase-9-eventos
19 lines
277 B
Plaintext
19 lines
277 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Entorno virtual de Python
|
|
venv/
|
|
.venv/
|
|
env/
|
|
|
|
# Variables de entorno y configuración sensible
|
|
.env
|
|
|
|
# Sistemas operativos
|
|
.DS_Store # macOS
|
|
Thumbs.db # Windows
|
|
|
|
# Node.js (por si se utiliza npm en algún momento)
|
|
node_modules/ |