# AI assistant context
.ai/

# Rust build artifacts (single workspace target at repo root)
target/

# Working directory (session-specific temporary files)
work/*
!work/README.md

# Test runs (production sync testing data and logs)
tmp/

# Environment and data
.env
data/

# Relay operator private key (auto-generated if not present)
.relay-owner.nsec

# direnv directory - used by nix
.direnv