- 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
18 lines
205 B
Text
18 lines
205 B
Text
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
.devenv
|
|
.direnv
|
|
.devenv.flake.nix
|
|
.pre-commit-config.yaml
|
|
|
|
# bulkgen state
|
|
.bulkgen.state.yaml
|