diff --git a/.gitignore b/.gitignore index 770a2983..be1b1acc 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ __pycache__/ # Data dir data/* -*.db \ No newline at end of file +*.db + +# Virtualenv +env/* \ No newline at end of file