Create a skeleton python project and modify it to fit this project
Create a skeleton python project using "hatch new -i --cli infra-rebuild" with Hatch version 1.7.0 and modify it to fit this project. This is the first step of porting infra-rebuild to Python. Also provide a first .gitignore ignoring relevant build directories.
This commit is contained in:
parent
d085cfd3b9
commit
500438636a
7 changed files with 181 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
__pycache__
|
||||
/dist/
|
||||
/.coverage*
|
Loading…
Add table
Add a link
Reference in a new issue