# Compiled binaries
mandelbrot_simple
mandelbrot_cpu
mandelbrot_opencl
mandelbrot_opencl_c

# Build artifacts
bin/
build/
*.o
*.so
*.a

# Meson / meson-python
.mesonpy-*/
builddir/

# Python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
build-install/

# Local agent notes, not tracked
CLAUDE.md

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

# System files
.DS_Store
Thumbs.db
