refactor: restore pybmap with new layout
This commit is contained in:
19
Assets/BMapBindings/pybmap/.gitignore
vendored
Normal file
19
Assets/BMapBindings/pybmap/.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
## ======== Personal ========
|
||||
# Ignore binary BMap stuff
|
||||
*.dll
|
||||
*.pdb
|
||||
*.so
|
||||
*.dylib
|
||||
*.bin
|
||||
|
||||
## ======== Python ========
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
Reference in New Issue
Block a user