add .gitignore file
This commit is contained in:
parent
1f09e7bc3e
commit
e2a433270b
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
.vscode/
|
||||
__pycache__/
|
||||
build/
|
||||
dist/
|
||||
*.spec
|
||||
.DS_store
|
||||
config.json
|
Loading…
Add table
Reference in a new issue