Added more folders to gitignore

This commit is contained in:
RanchiMall Dev 2023-10-27 11:07:56 +00:00
parent 08168cac5e
commit bb77a9723b

3
.gitignore vendored
View File

@ -10,7 +10,8 @@ config.ini
config.py config.py
*.log *.log
py3/ py3/
py3.9.0 py3.9.0/
py3.9/
__pycache__/ __pycache__/
*.pyc *.pyc
.vscode/ .vscode/