# Dependencies node_modules/ # Python bytecode and test/cache output __pycache__/ *.py[cod] *$py.class .pytest_cache/ .coverage .coverage.* htmlcov/ .tox/ .mypy_cache/ .ruff_cache/ .pyre/ # Virtual environments .venv/ venv/ env/ # Local runtime data dev_data.db* *.db *.db-* *.sqlite *.sqlite-* *.sqlite3 *.sqlite3-* /db/ /logs/ *.log *.log.* network_journal.jsonl # Runtime/download workspaces /config_backups/ /fw_staging/ /fw_upload/ /network/ log-download-*/ kernel-bundle-*/ dpw_fw_*.zip # Downloaded/generated bundles and firmware images support-bundle_*.zip logs_*.tar.gz kernel-logs_*.tar.gz forensic_*.tar.gz webcfg-deploy-*.tar *.zip *.tar *.tar.gz *.tgz *.gz *.bin *.img # Internal-only push runbook (not for the partner repo) PARTNER-PUSH.md # Local environment and editor files .env .env.* !.env.example .DS_Store Thumbs.db .vscode/ .idea/ *.swp *.swo *~