Merge pull request #130 from ZhangXinNan/zxdev

add .gitignore
This commit is contained in:
Double_V 2020-06-03 17:52:35 +08:00 committed by GitHub
commit ddefd24db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
inference/
inference_results/
output/
*.DS_Store
*.vs
*.user
*~
*.vscode
*.idea