mirror of
https://github.com/cheveguerra/TotalConnect.git
synced 2026-08-19 00:46:37 +00:00
Initial commit: Hybrid polling, interactive log modal and 3-second hard reset
This commit is contained in:
Executable
+49
@@ -0,0 +1,49 @@
|
||||
# Entornos virtuales y dependencias de Python/Node.js
|
||||
node_modules/
|
||||
venv/
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
env/
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
share/python-wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
|
||||
# Archivos de configuración confidenciales (¡CRÍTICO!)
|
||||
credentials.json
|
||||
|
||||
# Cachés temporales e históricos de datos
|
||||
last_state.json
|
||||
locations_cache.json
|
||||
last_event_ids.json
|
||||
status.html
|
||||
|
||||
# Archivos de logs de depuración y ejecución
|
||||
*.log
|
||||
*.log.1
|
||||
server.log
|
||||
activity.log
|
||||
activity.log.1
|
||||
nohup.out
|
||||
|
||||
# Archivos temporales de sistemas operativos
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
Reference in New Issue
Block a user