# Build
/target/
# Data directories
/data/
/data_test_ranges/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Agave source
/agave/
# Wrangler / CF local state
.wrangler/
worker/node_modules/
worker/build/
node_modules/
# Large raw data files (sample blocks, keep only the analysis)
research/raw_data/*.json
# Config with secrets (config.json.example is safe to commit)
config.json
/worker/target/
/example/