Added new directories to make experiments and updated .gitignore

Changes:
  - Added /Scripts/Experiments/Queries to keep track
      of important queries, once set
  - Added /Scripts/Experiments/Tmp to run quick experiments
      when still unsure while explorating datasets
This commit is contained in:
Christian Risi 2025-09-19 08:43:54 +02:00
parent 22134391d9
commit b74b7ac4f0
3 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -253,5 +253,5 @@ $RECYCLE.BIN/
.nfs* .nfs*
# ---> Custom # ---> Custom
Scripts/Experiments/** Scripts/Experiments/Tmp/**
!**/.gitkeep !**/.gitkeep

View File

View File