From: Armaan Bhojwani Date: Mon, 25 Jan 2021 15:51:45 +0000 (-0500) Subject: Ignore __pycache__ X-Git-Tag: v0.1.0~28 X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=commitdiff_plain;h=3f0df7e0924f2519408072e1e01d340168f96104 Ignore __pycache__ --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__