# Rust
**/target/
**/*.rs.bk
Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*
!.env.example
*.pem
*.key
credentials.json
service-account*.json

# Aphoria project data (contains keys)
.aphoria/*
!.aphoria/claims.toml

# Python virtual environments
.venv/
venv/

# Test/Coverage
*.profraw
*.profdata
/coverage/
/tarpaulin-report.html

# Build artifacts
*.o
*.a
*.so
*.dylib

# Code quality reports
.jscpd-report/

# Dependencies
node_modules/
vendor/
__pycache__/

# Temp
tmp/

# Runtime data
data/

# Go binaries (examples)
sdk/go/examples/*/basic
sdk/go/examples/*/conflict
sdk/go/examples/*/skeptic

# Generated audio files
applications/pitch/audio/

# Build artifacts
applications/stemedb-dashboard/.next/
applications/video-renderer/out/
cmd/load-test/load-test
cmd/demo-seed/demo-seed
*.sst
*.mp4
**/.aphoria/db/
**/.aphoria/wal/
