Closed RogerJung closed 7 months ago
@RogerJung I think we should ignore the build, log, install folder and also some Python files like __pycache__ or *.pyc. I've already added the .gitignore to main branch
build
log
install
__pycache__
*.pyc
.gitignore
Let's start with 0.1 instead 1.0.
@RogerJung I think we should ignore the
build
,log
,install
folder and also some Python files like__pycache__
or*.pyc
. I've already added the.gitignore
to main branch