From 85217be4d5e1f2a345af7bba3e649a6575933893 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 24 Feb 2024 10:43:45 +0300 Subject: [PATCH] .gitignore: add more ignores Borrowed from: https://github.com/github/gitignore/blob/main/Python.gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index b627dba..30dd484 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,13 @@ images/* + +# Byte-compiled / optimized / DLL files +__pycache__/ + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/