summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 65c8f8e..9e0f924 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,15 @@
*.pyc
*~
+.DS_Store
__pycache__/
-scratch/*.html
+unbiased/scratch/*.html
legacy_py/
unbiased.html
html_template/Penguins.jpg
html_template/BAK*
+build/
+dist/
+venv/
+unbiased.egg-info/
#*
-.#* \ No newline at end of file
+.#*