# Build artifacts
/target/
Cargo.lock

# Output files from examples (but not test reference screenshots)
*.png
!tests/screenshots/*.png
!assets/goldy.png
!docs/src/assets/goldy.png
!docs/src/favicon.png


# no idea
.DS_Store

# Documentation build output
/docs/book/

# Vendored Slang binaries (download with slang/download.sh)
/slang/bin/

# IDE
.idea/
.vscode/
*.swp

# Python bindings
/python/target/
/python/.venv/
/python/*.egg-info/
__pycache__/
*.py[cod]
*.so
*.pyd
*.whl
.pytest_cache/

