Initial commit

This commit is contained in:
Ayomide
2025-07-22 15:02:17 +01:00
parent d0668af517
commit ee678811b0
4 changed files with 419 additions and 1 deletions
+24 -1
View File
@@ -38,4 +38,27 @@ data/
outputs/
# OS files
.DS_Store
.DS_Store
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
*.egg-info/
.pytest_cache/
# Data
data/processed/
data/raw/images/ # If images are very large and you manage them separately
data/*.csv # If you don't want to commit generated CSVs
data/*.json
# Outputs
outputs/
# Logs
*.log