mirror of
https://github.com/OpenRTX/OpenRTX
synced 2026-08-08 12:29:06 -04:00
git: ignore the .venv directory
Add the `.venv` directory to gitignore, as this is the python-recommended directory name for virtual envs. This avoids having developers mistakenly commit changes to include this directory. Signed-off-by: Ryan Turner <ryan@turnrye.com>
This commit is contained in:
parent
801fc8dd31
commit
3822d51136
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -48,6 +48,9 @@
|
|||
# Python byte-compiled
|
||||
*/__pycache__
|
||||
|
||||
# Python virtual environments
|
||||
.venv/
|
||||
|
||||
# Kdevelop files
|
||||
*.kdev4
|
||||
.kdev4/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue