devjas1 commited on
Commit
c756d09
·
1 Parent(s): 3763538

(chore): add datasets stub and ignore raw data.

Browse files
Files changed (3) hide show
  1. .gitignore +5 -0
  2. datasets/.gitkeep +0 -0
  3. datasets/README.md +5 -0
.gitignore CHANGED
@@ -44,3 +44,8 @@ wea-*.txt
44
  sta-*.txt
45
  scripts/generate_saliency.py
46
  scripts/compare_samples.py
 
 
 
 
 
 
44
  sta-*.txt
45
  scripts/generate_saliency.py
46
  scripts/compare_samples.py
47
+ # --- Data (keep folder, ignore files) ---
48
+ datasets/**
49
+ !datasets/.gitkeep
50
+ !datasets/.README.md
51
+ # ---------------------------------------
datasets/.gitkeep ADDED
File without changes
datasets/README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Place Raman .txt spectra here (not tracked).
2
+ Expected Formats:
3
+ - one column: intensity only
4
+ - two columns: x, intensity (any whitespace delimiter)
5
+ Comments (# ...) are allowed.