22 lines
180 B
Plaintext
22 lines
180 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Entorno
|
|
.env
|
|
.env.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Logs y estado runtime
|
|
*.log
|
|
.watcher_last_id
|
|
telegram_mensajes.log
|