summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ec38f61..235bfe9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
__pycache__
*.json
-*.pdf \ No newline at end of file
+*.pdf
+*.spec
+.venv/
+build/
+dist/ \ No newline at end of file