# NOTE: hatchling force-includes .gitignore in sdists (cannot be excluded), so
# this file ships inside the PyPI name-reservation package — keep comments
# generic here; the real conventions live in AGENTS.md.

# Docs build
site/

# Environments
.pixi/

# Build artifacts
target/
dist/
build/
*.egg-info/
__pycache__/

# Local-only material — never staged (see AGENTS.md)
libraries/
tmp/
