My project structure looks like this:
Repo/ |-- data/ | |-- a.csv | |-- b.csv | |-- src/ | |-- project/ | |-- c.py | |-- .gitignore |-- README.md