add /venv to gitignore

This commit is contained in:
Roman Trapeznikov 2022-03-01 20:18:44 +03:00
parent f220692398
commit 47f21ebd3b
No known key found for this signature in database
GPG Key ID: 0545F6C33190E7B1

3
.gitignore vendored
View File

@ -31,6 +31,9 @@ _fulltest_buildfile_*
ballistica_files/
**/.#*
# Environment files
/venv
# Project/tool files
config/localconfig.json
config/.*