diff --git a/example.md b/example.md new file mode 100644 index 0000000..c2a870c --- /dev/null +++ b/example.md @@ -0,0 +1,16 @@ +my_project/ +├── src/ +│ ├── __init__.py # init file +│ ├── main.py +│ └── utils.py +├── tests/ +│ ├── __init__.py +│ ├── test_main.py +│ └── test_utils.py +├── data/ +│ └── sample_data.csv +├── docs/ +│ └── README.md +├── .gitignore +├── requirements.txt +└── setup.py \ No newline at end of file