1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-11-12 22:48:53 +01:00

Add venv and vscode config folders to .gitignore

This commit is contained in:
Vadim Nifadev 2024-10-15 14:54:22 +03:00
parent f07d547dc7
commit 9315d0144d

5
.gitignore vendored
View File

@ -16,3 +16,8 @@ irrelevant/.ipynb_checkpoints/
irrelevant/.python-version
.idea/
.vscode/
# Virtual envitonments
venv/
.venv/