aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8e8c01b..5707130 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,18 @@
*.py~
+
+# Distribution / packaging
build/
+__pycache__/
+eggs/
+.eggs/
+*.egg-info/
+*.egg
+
+# Environments
+.env
+.venv
+env/
+venv/
+ENV/
+env.bak/
+venv.bak/ \ No newline at end of file