From: Septatrix <24257556+Septatrix@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:44:20 +0000 (+0100) Subject: Add .venv to gitignore X-Git-Tag: v258-rc1~1799 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33bfa69b2e1ec2e6b8b5b041ec490d2dc7206bfd;p=thirdparty%2Fsystemd.git Add .venv to gitignore This directory is commonly used for virtual Python environments. These are useful when developing to install different Python versions as well as install tooling like mkosi and mypy in an isolated fashion without influencing the global system. --- diff --git a/.gitignore b/.gitignore index c51807504df..08510b0ec2e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ .config.args .gdb_history .deps/ +.venv/ .mypy_cache/ __pycache__/ /*.gcda