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

# Build artifacts (but keep the final dylib)
zig-cache/
zig-out/
*.so
*.dll

# Keep the final built dylib
!libcursor_redirect.dylib

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

# OS
.DS_Store
Thumbs.db

# Keep lock file for reproducible builds
# uv.lock is tracked

# Test directories
/tmp/

