/ .gitignore
.gitignore
1 # python generated files 2 __pycache__/ 3 *.py[oc] 4 build/ 5 dist/ 6 wheels/ 7 *.egg-info 8 9 # venv 10 .venv
1 # python generated files 2 __pycache__/ 3 *.py[oc] 4 build/ 5 dist/ 6 wheels/ 7 *.egg-info 8 9 # venv 10 .venv