add .gitignore
This commit is contained in:
parent
51ff3b7375
commit
ad8082ae2b
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
.vscode
|
||||||
|
flow_backup.json
|
||||||
|
*.log
|
||||||
|
export
|
||||||
|
tmp
|
||||||
|
img
|
||||||
|
docs/_*
|
||||||
|
*.jpg
|
||||||
|
*.png
|
||||||
|
*.pyc
|
||||||
|
*__pycache__*
|
Loading…
Reference in a new issue