diff --git a/.gitignore b/.gitignore index 123d0d7..21f32e7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,9 @@ custom_project_test.yml # this is CI specific Brewfile_CI -Brewfile_CI.lock.json \ No newline at end of file +Brewfile_CI.lock.json + +# python env specific +bin +lib +pyvenv.cfg \ No newline at end of file