Update Python.gitignore to include .env.example

Add exception for .env.example in gitignore
This commit is contained in:
Axwaizee 2026-08-10 10:57:25 +05:30 committed by GitHub
parent 57286c3887
commit 340b7b8ae7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,6 +151,7 @@ activemq-data/
# Environments
.env
!.env.example
.envrc
.venv
env/