From 128b5c6e2578f42c8059270531d654d604928760 Mon Sep 17 00:00:00 2001 From: Maksim Zayakin Date: Wed, 26 Apr 2023 00:34:40 +0500 Subject: [PATCH] chore: add venv to .gitignore Add all environment related things, copy from https://github.com/github/gitignore/blob/main/Python.gitignore --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 78c025f..bdf9645 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,11 @@ docs/_build test.db .eggs pip-wheel-metadata -.vscode/ \ No newline at end of file +.vscode/ +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/