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

# Virtual environments
.venv/
venv/
env/

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

# C++ build artifacts
*.o
*.a
*.dylib
*.dll
*.lib
*.obj
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
compile_commands.json
_skbuild/
_cmake_test_compile/

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Documentation
docs/_build/

# OS
.DS_Store
Thumbs.db

# Environments
.env
