Skip to content

Commit dbbc825

Browse files
authored
Remove ML libraries (#91)
1 parent 8fb2c35 commit dbbc825

File tree

5 files changed

+16
-2380
lines changed

5 files changed

+16
-2380
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ make build # pre_commit mypy test
7474
## Structure
7575

7676
- `.github` - CI/CD pipelines, usually named after repository host (`.github`, `.azure`, `.gitlab`, etc)
77-
- `data` - if you need any data to be present locally, store it here
78-
- `notebooks` - notebooks are kinda _meh_, but this is the directory to put them
7977
- `src` - here goes your project's code
8078
- `src/cli` - project's entry points should be wrapped with CLI and exposed via Makefile, good idea to store them separately
8179
- `.codespell` - whitelist for project-related terms

data/.gitkeep

Whitespace-only changes.

notebooks/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)