feat: scaffold project structure with package dirs and mistralai dependency
- Create bulkgen/ package with __init__.py - Create bulkgen/providers/ subpackage with __init__.py - Add mistralai>=1.0.0 to dependencies - Add [project.scripts] entry point and [build-system] with hatchling - Add .bulkgen.state.yaml to .gitignore
This commit is contained in:
parent
4fd7f94db3
commit
53e402b119
5 changed files with 249 additions and 55 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -13,3 +13,6 @@ wheels/
|
|||
.direnv
|
||||
.devenv.flake.nix
|
||||
.pre-commit-config.yaml
|
||||
|
||||
# bulkgen state
|
||||
.bulkgen.state.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue