datafold 0.1.39

A personal database for data sovereignty with AI-powered ingestion
Documentation
# Rust specific
/target/
/datafold_sdk/target/
/social_app_example/target/
/fold_client/target/
**/*.rs.bk
Cargo.lock
datafold_sdk/Cargo.lock
social_app_example/Cargo.lock
**/target/**/*.lock
sample_data/

# Electron UI specific
/fold_client/node_modules/
/fold_client/dist/
/fold_client/.webpack/
/fold_client/out/

# IDE
.vscode/
.idea/
*.iml

# OS specific
.DS_Store
**/.DS_Store
Thumbs.db

# Project specific
/data/
fold_node/data/
fold_node/data_temp/
src/datafold_node/data/db/
src/datafold_node/data
data/db*
/config/
*.log
*.env
*.bak

# Generated schema files
data/schemas/*.json
fold_node/data/schemas/*.json
data/schemas/
fold_node/data/schemas/

# Database and state files
data/db/
data/schema_states/
fold_node/data/db/
fold_node/data/schema_states/
*.sled
schema_registry/

# Test data directories
/test_db/
/test_data/
/fold_node/test_data/
/fold_node/src/datafold_node/static-react/data/
/fold_node/src/datafold_node/static-react/data_temp/
/fold_node/tests/test_data/request_forwarding/
/tests/test_data/
/data_temp/
/scripts/target/

# Example generated files
examples/*/db/
examples/*/*/db/

# Chrome extension specific
chrome-extension/node_modules/
chrome-extension/dist/
chrome-extension/build/
chrome-extension/*.pem
chrome-extension/*.crx
chrome-extension/*.zip

# Sample app specific
sample-app/node_modules/
sample-app/dist/
sample-app/build/

# NPM specific
npm-debug.log
yarn-debug.log
yarn-error.log
.npm/
.yarn/

# Temporary files
/tmp/
*.swp
*.swo
*~
logs

# Debug files
*.pdb
tests/test_data/
fold_node/debug_output.txt
fold_node/debug_output2.txt
fold_node/output.txt
fold_node/simple_output.txt
fold_node/transform_output.txt
fold_node/tmp/
check_output*.txt
check_error*.txt
curl_output.txt

# Rust analyzer
rust-project.json

# Coverage reports
coverage/
target/llvm-cov/
*.profraw
*.profdata
vendor/

# Runtime generated files
*.pid
*.lock
.env.local
.env.development
.env.test
.env.production

# Schema and transform related files
transform_*.json
mutation_*.json
query_*.json
sample_*.json

# Frontend - auto-generated TypeScript bindings (generated by ts-rs in bindings/)
src/datafold_node/static-react/src/types/generated.ts