# CMake
*.so
*.pyd
*.exe
*.out
*.a

# Build directory
build/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# User-specific files
.env
output.txt
a.exe

# Test artifacts
*.json

# Python cache
**/__pycache__/
*.whl
.pypirc

# pypi
dist/*