develop #20

Merged
Fabel merged 11 commits from develop into main 2025-04-22 19:12:35 +00:00
1 changed files with 16 additions and 0 deletions
Showing only changes of commit 88ac87a0b6 - Show all commits

16
example.md Normal file
View File

@ -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