Update .gitignore

pull/974/head
Alexander Petree 2023-07-01 13:36:17 -07:00 committed by GitHub
parent 09857a579b
commit 3146708405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 16 deletions

26
.gitignore vendored
View File

@ -1,16 +1,10 @@
venv venv.idea*.pyc__pycache__
.idea ###Visual StudioCode###vscode
*.pyc /**/
__pycache__ settings.jsonvscode
/
### VisualStudioCode ### tasks.jsonvscode
.vscode/* /
.vscode/** launch.jsonvscode/extensions.json
!.vscode/settings.json ### VisualStudioCode Patch
!.vscode/tasks.json #### Ignore all local history of files.history
!.vscode/launch.json
!.vscode/extensions.json
### VisualStudioCode Patch ###
# Ignore all local history of files
.history