.gitignore: add more ignores

Borrowed from: https://github.com/github/gitignore/blob/main/Python.gitignore
This commit is contained in:
2024-02-24 10:43:45 +03:00
parent f4bd4bdc85
commit 85217be4d5

12
.gitignore vendored
View File

@ -1 +1,13 @@
images/*
# Byte-compiled / optimized / DLL files
__pycache__/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/