feat(data): Initialize dummy data
- 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
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -0,0 +1,2 @@
|
||||
# Ignore CSV files in the data directory and all its subdirectories
|
||||
data/**/*.csv
|
||||
|
||||
Reference in New Issue
Block a user