# Rust
/target
**/*.rs.bk

# Cargo
# Keep Cargo.lock for binaries for reproducible builds (uncomment to ignore for libs)
# Cargo.lock

# Editors/OS
.idea/
.vscode/
.DS_Store
*.swp
*.swo

# Local agent instructions
AGENTS.md



# Test scripts
test_run.sh
run.sh

# Local release helper
tools/release.sh

# Packaging (but keep the service file)
packaging/**
!packaging/wayscriber.service
!packaging/PKGBUILD
!packaging/package.wayscriber.yaml
!packaging/package.configurator.yaml
!packaging/icons/
!packaging/icons/*.png
!packaging/wayscriber.desktop
!packaging/wayscriber-configurator.desktop

.venv/

docs/board
docs/temp

dist/

# Performance testing scripts and results
perf/

scripts/
