From b7269fa6c6cea2e3aec9cb169a8453b46d7307ef Mon Sep 17 00:00:00 2001 From: tarepan <tarepan5884@gmail.com> Date: Fri, 7 Jan 2022 16:23:13 +0900 Subject: [PATCH] =?UTF-8?q?Add:=20=E7=92=B0=E5=A2=83gitignore=20(#271)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add: 環境gitignore * Add: lockファイルignore --- .gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a6706850e..51a819210 100644 --- a/.gitignore +++ b/.gitignore @@ -10,12 +10,25 @@ __pycache__/ # test artifacts .mypy_cache/ -# virtual environment +# PEP 582; used by e.g. github.com/David-OConnor/pyflow +__pypackages__/ + +# Environments +.env +.venv +env/ venv/ +ENV/ +env.bak/ +venv.bak/ # pyenv local version /.python-version +# lock files +Pipfile.lock +poetry.lock + # JetBrains IDE project settings folder .idea/