#Git files
.git
.github
.gitignore
#The remainder is based on .gitignore
**/*.so
**/*.py[cod]
lib/**/_config.py
**/.eggs/
**/*.egg-info/
**/build/
**/dist/
**/.idea/
**/__pycache__/
**/_build/
**/.pytest_cache/
**/.idea/
**/cmake-build-debug/

**/.DS_Store
