1
0
Files
libcmo21/Assets/BMapBindings/pybmap/.gitignore

20 lines
226 B
Plaintext

## ======== 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