feat: adding rule in gitignore for pycache

This commit is contained in:
akhdanre 2025-02-07 19:55:09 +07:00
parent f986dff322
commit f38e63ee9c
3 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
.env
__pycache__/
*.pyc
*.pyo