Commit Graph

3 Commits

Author SHA1 Message Date
nuluh
1c23edf098 feat: Add .pyc files to .gitignore 2024-08-17 11:41:18 +07:00
nuluh
153e8cb109 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
2024-08-14 23:26:06 +07:00
nuluh
208f019d12 initial commit generate directory tree 2024-08-11 20:24:14 +07:00