build: set up project for bulkgen
This commit is contained in:
commit
4fd7f94db3
10 changed files with 707 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
.devenv
|
||||
.direnv
|
||||
.devenv.flake.nix
|
||||
.pre-commit-config.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue