proofmode 0.9.0

Capture, share, and preserve verifiable photos and videos
Documentation
# Input and output directories
input/*
output/*

# Keep the directories but ignore their contents
!input/.gitkeep
!output/.gitkeep

# Generated files
config.toml
docker-compose.override.yml

# Test images (except the example)
test_*.jpg

# macOS
.DS_Store

# Editor files
.vscode/
.idea/