mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
b1426322ed
add python files to .gitignore pybullet bump up version to 1.2.5
21 lines
156 B
Plaintext
21 lines
156 B
Plaintext
/bin
|
|
/build3/gmake
|
|
/build_cmake/
|
|
|
|
*.pyc
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Pip
|
|
pip-selfcheck.json
|
|
*.whl
|
|
*.egg
|
|
*.egg-info
|
|
|
|
# Setuptools
|
|
/build
|
|
/dist
|
|
*.eggs
|