# Python
venv
*.pyc
__pycache__

# CMake build
build

# Python build
dist

# Python testing
.pytest_cache

# Default version file
_version.py
