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.
3 lines
31 B
Text
3 lines
31 B
Text
__pycache__
|
|
/dist/
|
|
/.coverage*
|