proofmode 0.8.3

Capture, share, and preserve verifiable photos and videos
# Build artifacts
target/
build/
outputs/
artifacts/build/
*.aar
*.xcframework/

# Cargo and Rust
Cargo.lock.backup
*.orig

# Mobile build artifacts
target/android/
target/uniffi/
target/universal/
target/xcframework/
target/aar/
target/ProofMode/
target/libproofmode_sim.a
target/wasm32-unknown-unknown/
target/wheels/

# WASM/NPM artifacts
pkg/

# pnpm
pnpm-lock.yaml
.pnpm-store/
node_modules/.pnpm/

# IDE and OS files
.DS_Store
.vscode/
.idea/
*.swp
*.swo

# Test and temporary files
test_keys/
cache/
project.org
report*.json
test.*
*.tmp

# Generated bindings and artifacts
artifacts/*.d.ts
artifacts/*.wasm
artifacts/*.js
bindings/generated/

# Platform-specific build artifacts
examples/android/app/build/
examples/android/.gradle/
examples/android/app/libs/aar-temp/
examples/ios/build/
examples/ios/DerivedData/

# Proof output directories
proofs/
output/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
.pytest_cache/
venv/
.venv/
env/
.env/
virtualenv/
*.egg

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.tgz

# Rust
Cargo.lock.backup
*.orig
examples/*/Cargo.lock

# Additional build artifacts
.gradle/
out/
*.xcworkspace/
xcuserdata/
.ropeproject/

# IDE files
.aidocs/
.aispecs/

# Temporary files
mac-clang
simple-c2pa-reference/
frameworks/
ProofModeSwift/

# Ruby
vendor/
.bundle/
*.gem
Gemfile.lock

# Generated scripts and binaries
proofmode-cli
*.bin
*.so
*.dylib
*.dll
*.a

# Test output
test[0-9]*.txt
test_*.txt
*.test
cli/node/test_output/
test_output/

# Proof directories (hash-named)
[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]/

# Additional patterns
**/build/
**/.gradle/
**/__pycache__/
**/venv/
**/vendor/