set directory layout with init files

This commit is contained in:
Henry Dowd
2025-11-18 14:00:14 +00:00
parent 00fd620544
commit 1ace140b2b
11 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
venv
.vscode
.idea
__pycache__
data/raw

0
requirments.txt Normal file
View File

0
src/__init__.py Normal file
View File

0
src/data/__init__.py Normal file
View File

View File

0
src/features/__init__.py Normal file
View File

0
src/models/__init__.py Normal file
View File

0
src/utils/__init__.py Normal file
View File

0
tests/__init__.py Normal file
View File