Added gitignore

This commit is contained in:
Alex Volkov 2022-08-28 17:17:22 -06:00 committed by hlky
parent 6b148f4858
commit 8781040614
2 changed files with 13 additions and 1 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
__pycache__/webui_playground.cpython-310.pyc
*.pyc
.idea

11
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
*.pyc
.idea