# Rust build artifacts /target /debug /release # Test files *.mp4 *.avi *.mkv *.mov test.* output.* # Package and deployment artifacts /package/ *.tar.gz *.tar *.zip livestream-archiver-deploy.tar.gz # OS files .DS_Store Thumbs.db # Editor files *.swp *.swo *~ .vscode/ .idea/ # Cache files .cache/ # Local configuration files (contain sensitive data) livestream-archiver.service deploy.sh DEPLOY.md # Keep example files !*.example !*.template