diff --git a/ng-sdk-python/.env/pyvenv.cfg b/ng-sdk-python/.env/pyvenv.cfg
deleted file mode 100644
index cf17835..0000000
--- a/ng-sdk-python/.env/pyvenv.cfg
+++ /dev/null
@@ -1,3 +0,0 @@
-home = /Applications/Xcode.app/Contents/Developer/usr/bin
-include-system-site-packages = false
-version = 3.7.3
diff --git a/ng-sdk-python/.gitignore b/ng-sdk-python/.gitignore
index c8f0442..4e127a3 100644
--- a/ng-sdk-python/.gitignore
+++ b/ng-sdk-python/.gitignore
@@ -1,5 +1,5 @@
 /target
-
+.env/
 # Byte-compiled / optimized / DLL files
 __pycache__/
 .pytest_cache/