diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..121a57c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +tests/__pycache__/conftest.cpython-313-pytest-8.3.5.pyc +scripts/__pycache__/check_routes.cpython-313-pytest-8.3.5.pyc diff --git a/__pycache__/config.cpython-313.pyc b/__pycache__/config.cpython-313.pyc deleted file mode 100644 index 30bb4be..0000000 Binary files a/__pycache__/config.cpython-313.pyc and /dev/null differ diff --git a/app/__pycache__/__init__.cpython-313.pyc b/app/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 38132e0..0000000 Binary files a/app/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/app/core/__pycache__/auth.cpython-313.pyc b/app/core/__pycache__/auth.cpython-313.pyc deleted file mode 100644 index baa0e7c..0000000 Binary files a/app/core/__pycache__/auth.cpython-313.pyc and /dev/null differ diff --git a/app/core/__pycache__/extensions.cpython-313.pyc b/app/core/__pycache__/extensions.cpython-313.pyc deleted file mode 100644 index f73c28f..0000000 Binary files a/app/core/__pycache__/extensions.cpython-313.pyc and /dev/null differ diff --git a/app/core/__pycache__/models.cpython-313.pyc b/app/core/__pycache__/models.cpython-313.pyc deleted file mode 100644 index 905c29a..0000000 Binary files a/app/core/__pycache__/models.cpython-313.pyc and /dev/null differ diff --git a/app/core/__pycache__/template_filters.cpython-313.pyc b/app/core/__pycache__/template_filters.cpython-313.pyc deleted file mode 100644 index af6067a..0000000 Binary files a/app/core/__pycache__/template_filters.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/api.cpython-313.pyc b/app/routes/__pycache__/api.cpython-313.pyc deleted file mode 100644 index 44c4252..0000000 Binary files a/app/routes/__pycache__/api.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/auth.cpython-313.pyc b/app/routes/__pycache__/auth.cpython-313.pyc deleted file mode 100644 index e8382ee..0000000 Binary files a/app/routes/__pycache__/auth.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/dashboard.cpython-313.pyc b/app/routes/__pycache__/dashboard.cpython-313.pyc deleted file mode 100644 index 2b89819..0000000 Binary files a/app/routes/__pycache__/dashboard.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/importexport.cpython-313.pyc b/app/routes/__pycache__/importexport.cpython-313.pyc deleted file mode 100644 index 3cfde01..0000000 Binary files a/app/routes/__pycache__/importexport.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/ipam.cpython-313.pyc b/app/routes/__pycache__/ipam.cpython-313.pyc deleted file mode 100644 index 7c694f5..0000000 Binary files a/app/routes/__pycache__/ipam.cpython-313.pyc and /dev/null differ diff --git a/app/routes/__pycache__/static.cpython-313.pyc b/app/routes/__pycache__/static.cpython-313.pyc deleted file mode 100644 index c135bf5..0000000 Binary files a/app/routes/__pycache__/static.cpython-313.pyc and /dev/null differ diff --git a/app/scripts/__pycache__/ip_scanner.cpython-313.pyc b/app/scripts/__pycache__/ip_scanner.cpython-313.pyc deleted file mode 100644 index 202d100..0000000 Binary files a/app/scripts/__pycache__/ip_scanner.cpython-313.pyc and /dev/null differ diff --git a/app/utils/__pycache__/app_utils.cpython-313.pyc b/app/utils/__pycache__/app_utils.cpython-313.pyc deleted file mode 100644 index 1ee55fc..0000000 Binary files a/app/utils/__pycache__/app_utils.cpython-313.pyc and /dev/null differ diff --git a/instance/app.db b/instance/app.db deleted file mode 100644 index c3dbcb6..0000000 Binary files a/instance/app.db and /dev/null differ diff --git a/scripts/__pycache__/check_routes.cpython-313-pytest-8.3.5.pyc b/scripts/__pycache__/check_routes.cpython-313-pytest-8.3.5.pyc deleted file mode 100644 index 535e5ff..0000000 Binary files a/scripts/__pycache__/check_routes.cpython-313-pytest-8.3.5.pyc and /dev/null differ diff --git a/tests/__pycache__/conftest.cpython-313-pytest-8.3.5.pyc b/tests/__pycache__/conftest.cpython-313-pytest-8.3.5.pyc deleted file mode 100644 index 5762189..0000000 Binary files a/tests/__pycache__/conftest.cpython-313-pytest-8.3.5.pyc and /dev/null differ