diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7109433 --- /dev/null +++ b/.gitignore @@ -0,0 +1,72 @@ +# Python bytecode and cache +__pycache__/ +**/__pycache__/ +*.py[cod] +*$py.class +*.pyo + +# Python local environments +.venv/ +venv/ +env/ +ENV/ +venv*/ +.python-version +pip-wheel-metadata/ +*.egg-info/ +.eggs/ +*.egg + +# PyInstaller build and packaging output +build/ +dist/ +.packaging/ +*.spec +*.manifest + +# Local runtime data +network_profiles.json +*.db +*.sqlite +*.sqlite3 + +# Logs and temporary files +*.log +logs/ +*.tmp +*.temp +*.bak +*.old + +# Export/report folders created during manual testing +exports/ +reports/ +scan-results/ +scan_results/ + +# Test and tooling cache +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ +.nox/ +.tox/ +.coverage +.coverage.* +htmlcov/ +coverage.xml + +# IDE and editor files +.vscode/ +.idea/ +*.swp +*.swo +*.swn +*.user +*.suo + +# OS metadata +Thumbs.db +ehthumbs.db +desktop.ini +.DS_Store +$RECYCLE.BIN/ diff --git a/core/Function/__pycache__/__init__.cpython-313.pyc b/core/Function/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 76ae9aa..0000000 Binary files a/core/Function/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/core/Function/__pycache__/network_fun.cpython-313.pyc b/core/Function/__pycache__/network_fun.cpython-313.pyc deleted file mode 100644 index af9c6a7..0000000 Binary files a/core/Function/__pycache__/network_fun.cpython-313.pyc and /dev/null differ diff --git a/core/Function/__pycache__/ping_fun.cpython-313.pyc b/core/Function/__pycache__/ping_fun.cpython-313.pyc deleted file mode 100644 index 95a4016..0000000 Binary files a/core/Function/__pycache__/ping_fun.cpython-313.pyc and /dev/null differ diff --git a/core/Function/__pycache__/telnet_fun.cpython-313.pyc b/core/Function/__pycache__/telnet_fun.cpython-313.pyc deleted file mode 100644 index 3ad28f3..0000000 Binary files a/core/Function/__pycache__/telnet_fun.cpython-313.pyc and /dev/null differ diff --git a/core/Function/__pycache__/tracert_fun.cpython-313.pyc b/core/Function/__pycache__/tracert_fun.cpython-313.pyc deleted file mode 100644 index a58d7fa..0000000 Binary files a/core/Function/__pycache__/tracert_fun.cpython-313.pyc and /dev/null differ diff --git a/core/__pycache__/__init__.cpython-313.pyc b/core/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 45aff71..0000000 Binary files a/core/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/core/__pycache__/csv_manager.cpython-313.pyc b/core/__pycache__/csv_manager.cpython-313.pyc deleted file mode 100644 index 70d1f74..0000000 Binary files a/core/__pycache__/csv_manager.cpython-313.pyc and /dev/null differ diff --git a/core/__pycache__/logger_config.cpython-313.pyc b/core/__pycache__/logger_config.cpython-313.pyc deleted file mode 100644 index 6276e03..0000000 Binary files a/core/__pycache__/logger_config.cpython-313.pyc and /dev/null differ diff --git a/core/__pycache__/template_manager.cpython-313.pyc b/core/__pycache__/template_manager.cpython-313.pyc deleted file mode 100644 index 51a91c1..0000000 Binary files a/core/__pycache__/template_manager.cpython-313.pyc and /dev/null differ diff --git a/core/ui/__pycache__/__init__.cpython-313.pyc b/core/ui/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 1d52f90..0000000 Binary files a/core/ui/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/core/ui/__pycache__/basic_ui.cpython-313.pyc b/core/ui/__pycache__/basic_ui.cpython-313.pyc deleted file mode 100644 index 5cf38ab..0000000 Binary files a/core/ui/__pycache__/basic_ui.cpython-313.pyc and /dev/null differ diff --git a/core/ui/__pycache__/tab_network.cpython-313.pyc b/core/ui/__pycache__/tab_network.cpython-313.pyc deleted file mode 100644 index 53a1289..0000000 Binary files a/core/ui/__pycache__/tab_network.cpython-313.pyc and /dev/null differ diff --git a/core/ui/__pycache__/tab_ping.cpython-313.pyc b/core/ui/__pycache__/tab_ping.cpython-313.pyc deleted file mode 100644 index 77cb3d8..0000000 Binary files a/core/ui/__pycache__/tab_ping.cpython-313.pyc and /dev/null differ diff --git a/core/ui/__pycache__/tab_telnet.cpython-313.pyc b/core/ui/__pycache__/tab_telnet.cpython-313.pyc deleted file mode 100644 index 7eee1ad..0000000 Binary files a/core/ui/__pycache__/tab_telnet.cpython-313.pyc and /dev/null differ diff --git a/core/ui/__pycache__/tab_tracert.cpython-313.pyc b/core/ui/__pycache__/tab_tracert.cpython-313.pyc deleted file mode 100644 index 221f4cd..0000000 Binary files a/core/ui/__pycache__/tab_tracert.cpython-313.pyc and /dev/null differ diff --git a/core/ui/__pycache__/ui_main.cpython-313.pyc b/core/ui/__pycache__/ui_main.cpython-313.pyc deleted file mode 100644 index 9857bd9..0000000 Binary files a/core/ui/__pycache__/ui_main.cpython-313.pyc and /dev/null differ