diff --git a/.gitignore b/.gitignore
index 2aa8d4f1dac89cd8a376743f6c59f25c508f23a8..5131e1359f3cfadf64331c267d42380afe8e7fd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 .vscode
 .venv
 __pycache__
+test.py
diff --git a/test.py b/test.py
deleted file mode 100644
index 57230b9bb6cd0bd0a0ec79fdebb3d84f2a62ea08..0000000000000000000000000000000000000000
--- a/test.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from dns_unbound_cache_reader import read_unbound_cache
-
-remote_host = "linksys-router"
-dns_cache = read_unbound_cache(remote_host)
-print(dns_cache[0])