/target
#since aurora generates its data base like folders the best option is to git ignore the folder
*.db
*.json
*.wal
*.csv

# Benchmark output / result files
aurora_baseline_v2_*.txt
reactive_benchmark_*.txt
*_benchmark_report.txt
pubsub_fanout_report.txt
memory_benchmark_report.txt
broken_test.txt
aurora_query_stats.log
aurora_full_benchmark.log
aurora_baseline_*.txt

# Cargo check logs
cargo_check*.log

# Temporary scripts and notes
fix_*.py
all.md
work_done_so_far.md

# macOS
.DS_Store
**/.DS_Store

# Ignore documentation TODO (internal planning)
DOCUMENTATION_TODO.md

# Ignore Windows drive letter directories that may be created accidentally
[A-Z]:/