aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: ae8554dec4200514a20638affb2318eef3aea09a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# venv
.venv