chore: update .gitignore with temp files and venv
This commit is contained in:
@@ -33,3 +33,12 @@ lerna-debug.log*
|
|||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
|
# python / environments
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
|
||||||
|
# temporary files
|
||||||
|
temp.txt
|
||||||
|
.tmp
|
||||||
|
scratch/
|
||||||
|
|||||||
Reference in New Issue
Block a user