添加排除python打包文件的忽略项

This commit is contained in:
ranchuan
2023-06-19 18:34:37 +08:00
parent 4fedcbdd38
commit f1fa0257c1
3 changed files with 7 additions and 3 deletions

5
.gitignore vendored
View File

@@ -8,4 +8,7 @@ JLinkSettings.ini
build_log.txt
__pycache__/
*.pid
*.pkt
*.pkt
*.spec
python/build/
python/dist/