20 lines
264 B
Plaintext
20 lines
264 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/
|