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:
nuluh
2024-08-14 18:15:08 +07:00
parent feb3c85340
commit 153e8cb109
3 changed files with 99 additions and 0 deletions

2
.gitignore vendored
View File

@@ -0,0 +1,2 @@
# Ignore CSV files in the data directory and all its subdirectories
data/**/*.csv