diff --git a/.gitignore b/.gitignore index 608c810..3f608f6 100755 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,11 @@ dist/ __pycache__/ test/ .env + +# venv +bin +!bin/server +lib +lib64 +share +pyvenv.cfg