# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ env/ ENV/ *.egg-info/ dist/ build/ # Node node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Web web/frontend/dist/ web/frontend/.vite/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs *.log monitor.log # Config (se montan como volúmenes) config.yaml workers.json favorites.json # Git .git/ .gitignore # Docker docker-compose.yml Dockerfile .dockerignore