# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.dylib
*.pyd

# Virtual environments
.venv/
venv/
ENV/

# Build artifacts
build/
dist/
*.egg-info/
*.egg

# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile

# Tests/coverage
.pytest_cache/
.coverage
htmlcov/

# IDE/editor
.vscode/
.idea/
.DS_Store

# Logs
*.log
