diff --git a/.gitignore b/.gitignore index 3fb76dbcc6..e032b6cb86 100644 --- a/.gitignore +++ b/.gitignore @@ -225,3 +225,6 @@ examples/models/autoscaling/autoscaling_example.py # vscode local history .history/ + +# python venv +venv/ \ No newline at end of file