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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
htmlcov/
.coverage

# Build artifacts
*.o
*.a
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
