[gitignore, setup] tiny changes

This commit is contained in:
Jan Grewe 2021-02-06 13:37:12 +01:00
parent cf09642074
commit 420db5327e
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
.vscode
target
env/
venv/
__pycache__
main.spec
*.afdesign

View File

@ -25,8 +25,8 @@ with open(README) as f:
packages = [
"nixview",
"nixview.ui",
"nixview.data_models",
"nixview.ui",
"nixview.util",
]