diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..efee0a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +__pycache__/ +*.pyc +*.pyo +*.egg-info/ +dist/ +build/ +.vscode/ +.idea/ diff --git a/__pycache__/bruteforce.cpython-311.pyc b/__pycache__/bruteforce.cpython-311.pyc deleted file mode 100644 index 6a2b2f2..0000000 Binary files a/__pycache__/bruteforce.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/gui.cpython-311.pyc b/__pycache__/gui.cpython-311.pyc deleted file mode 100644 index d469d90..0000000 Binary files a/__pycache__/gui.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/ip_utils.cpython-311.pyc b/__pycache__/ip_utils.cpython-311.pyc deleted file mode 100644 index 0d3f75c..0000000 Binary files a/__pycache__/ip_utils.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/main.cpython-311.pyc b/__pycache__/main.cpython-311.pyc deleted file mode 100644 index 02aea79..0000000 Binary files a/__pycache__/main.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/scanner.cpython-311.pyc b/__pycache__/scanner.cpython-311.pyc deleted file mode 100644 index 5a44984..0000000 Binary files a/__pycache__/scanner.cpython-311.pyc and /dev/null differ