From a7bf8c30266f38992439b546aa603e808bfd1624 Mon Sep 17 00:00:00 2001 From: Gregory Shulov Date: Wed, 31 Jan 2024 11:40:56 +0200 Subject: [PATCH] Update .gitignore: exclude .env files and pyenv .python-version --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a67c9cec..9c03e740 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ ubuntu/packages/*.bin ubuntu/packages/*.tar.gz .vscode */http/*.ks +.python-version +.env +.envrc