.sconsign.dblite
.coverage*
_build.*
config.log
.sconf_temp
*.o
*.os
*.so
*.cfgc
*.pyc
*_wrap.cc
*Lib.py

# Built by sconsUtils
version.py
/bin/

# Pytest
tests/.tests
tests/tmp*
pytest_session.txt
.cache/
.pytest_cache
.coverage

# IDEs
.idea
.vscode

.DS_Store
python/*.dist-info/
