Files
2026-02-12 14:54:24 +01:00

51 lines
698 B
Plaintext

# 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
CLAUDE.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/