# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
# *.whl

# Virtual Environment
venv/
env/
ENV/

# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile

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

# Build artifacts
*.o
*.a
*.dylib

# OS
.DS_Store
Thumbs.db
