# Byte-compiled / cached
__pycache__/

# Distribution / build
build/
dist/
/local-pypi

# Virtual environments
.venv/

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
*.cmake
!CMakeLists.txt

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Testing / coverage
.coverage
htmlcov/
.pytest_cache/
.tox/
.nox/
