# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
wheelhouse/

# Pytest
.pytest_cache/

# Compiled shared libraries
*.so

# Virtual environments
.venv/
venv/

# scikit-build / CMake
_skbuild/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile

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

# OS
.DS_Store
Thumbs.db
