Add .env file to gitignore

This commit is contained in:
Lyuboslav Petrov 2023-05-24 10:09:02 +03:00
parent f482021518
commit cb5b064870

1
.gitignore vendored
View File

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