mirror of
https://github.com/systemd/systemd.git
synced 2025-01-17 06:04:07 +03: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:
parent
f108996319
commit
33bfa69b2e
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@
|
||||
.config.args
|
||||
.gdb_history
|
||||
.deps/
|
||||
.venv/
|
||||
.mypy_cache/
|
||||
__pycache__/
|
||||
/*.gcda
|
||||
|
Loading…
x
Reference in New Issue
Block a user