chore: add .env and .idea directory patterns to gitignore for environment and IDE exclusions

This commit is contained in:
retoor 2025-01-20 03:36:22 +00:00
parent 2ec66470fe
commit 6e3fd6f581

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.backup*
*.txt
__pycache__
.venv