# Build directories
build/
cmake-build-*/
_skbuild/

# Compiled files
*.o
*.so
*.dylib
*.a
*.metallib
*.air

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

# Virtual environments
.venv/
venv/
ENV/

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Temporary
*.tmp
*.temp
*.log

# Data files (large datasets)
data/
*.gz
*.idx*-ubyte

# Project-specific tools
.threadbridge
.claude

resources/

# cibuildwheel
wheelhouse/
