From: Maximilian Friedersdorff Date: Mon, 4 Mar 2019 20:10:05 +0000 (+0000) Subject: Git ignore pycache and venv X-Git-Url: https://git.friedersdorff.com/?p=max%2Fpython_unittesting.git;a=commitdiff_plain;h=5e8c2c225fc8ca692fec68542b1c8f52f4d4d187 Git ignore pycache and venv --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92afa22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +venv/