# --- Python ---
# Byte-compiled / optimized / DLL files
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtual environments
venv/
env/
.venv/
.env/

# Package installer cache
pip-wheel-metadata/

# --- C++/CMake Build Artifacts ---
# Build directory generated by scikit-build-core and CMake
build/

# Compiled C++ files (shared libraries, objects)
*.so
*.dll
*.obj
*.o

# CMake specific files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile

# --- Distribution / Packaging ---
# Distribution directory for wheels and source distributions
dist/

# Egg info metadata
*.egg-info/
.eggs/

# --- IDE / Editor Configuration ---
# Visual Studio Code
.vscode/

# JetBrains (PyCharm, CLion)
.idea/

# Visual Studio
.vs
*.suo
*.user
*.vcxproj*
*.sln

# --- OS Specific ---
# macOS
.DS_Store

# Windows
Thumbs.db