Compare commits

...

2 Commits

Author SHA1 Message Date
9e02032857 added gitkeep and copied data 2026-03-16 19:50:43 -05:00
ad5efe1913 precommit hook, venv created 2026-03-16 19:42:51 -05:00
4 changed files with 8 additions and 1 deletions

5
.gitignore vendored
View File

@@ -188,3 +188,8 @@ ipython_config.py
# Remove previous ipynb_checkpoints # Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/ # git rm -r .ipynb_checkpoints/
# User Added:
data/**
!data/**/
!**/.gitkeep

View File

@@ -1,3 +1,5 @@
# vehicle-classification # vehicle-classification
UTD Vehicle Classification Assessment Code UTD Vehicle Classification Assessment Code
Python 3.11.12

0
data/raw/.gitkeep Normal file
View File

0
requirements.txt Normal file
View File