更新 .gitignore,包含发布版 exe

This commit is contained in:
2026-05-12 17:37:10 +08:00
parent c635036b86
commit 06f20622cf
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
/target/
target/
!target/x86_64-pc-windows-gnu/release/location2address.exe
*.pyc
__pycache__/
*.egg-info/