aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 3b6e253..f781d3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
virtualenv
out/
__pycache__
-facade/*
-!facade/__init__.py
+blueberry/*
+!blueberry/__init__.py
+.eggs/ \ No newline at end of file