feat(gitignore): add .venv folder to .gitignore

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-11-30 13:55:46 +01:00
parent 0b8ad5df90
commit a1e8c04aa3
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
configs/_local.py
.idea/
.venv/
/squish_server.ini
*.pyc