diff --git a/.gitignore b/.gitignore index 244ae5b..19b8176 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -/target/ +target/ +!target/x86_64-pc-windows-gnu/release/location2address.exe *.pyc __pycache__/ *.egg-info/ diff --git a/target/x86_64-pc-windows-gnu/release/location2address.exe b/target/x86_64-pc-windows-gnu/release/location2address.exe new file mode 100644 index 0000000..27aa4a9 Binary files /dev/null and b/target/x86_64-pc-windows-gnu/release/location2address.exe differ