mirror of
https://github.com/devmobasa/wayscriber.git
synced 2026-06-03 03:54:42 +02:00
51 lines
698 B
Plaintext
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/
|