mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
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.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@
|
||||
.config.args
|
||||
.gdb_history
|
||||
.deps/
|
||||
.venv/
|
||||
.mypy_cache/
|
||||
__pycache__/
|
||||
/*.gcda
|
||||
|
Reference in New Issue
Block a user