.gitignore: add more ignores

Borrowed from: https://github.com/github/gitignore/blob/main/Python.gitignore
This commit is contained in:
Alan Orth 2024-02-24 10:43:45 +03:00
parent f4bd4bdc85
commit 85217be4d5
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 12 additions and 0 deletions

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/