- Create a Python script to generate CSV files in a structured folder hierarchy under `data/processed` with specific damage levels and tests. - Add a `.gitignore` file to exclude CSV files from Git tracking, enhancing data privacy and reducing repository size. - Include a `README.md` in the `data` directory to clearly document the directory structure, file content, and their intended use for clarity and better usability. Closes #7
3 lines
82 B
Plaintext
3 lines
82 B
Plaintext
# Ignore CSV files in the data directory and all its subdirectories
|
|
data/**/*.csv
|