June
500438636a
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.
4 lines
31 B
Plaintext
4 lines
31 B
Plaintext
__pycache__
|
|
/dist/
|
|
/.coverage*
|