summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 51d97f2da24b8af9b2c00670a4da6b8749a94f4d (plain)
1
2
3
4
5
6
7
8
venv/
__pycache__/
.vscode/
.idea/

*.egg-info
build/
dist/