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

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

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.o
*.a
*.dylib
*.dll
*.exe

# Tools binaries
tools/pixel_reader

# Large images
*.tiff
*.tif
*.png

# Claude
CLAUDE.md

# Scratch Folder
scratch/

# Capture Folder
captures/