Remove .env_example from .gitignore

This commit is contained in:
yangdx 2025-10-02 21:20:24 +08:00
parent 1bd84f0005
commit 1f07d4b160

1
.gitignore vendored
View file

@ -12,7 +12,6 @@ __pycache__/
env/
venv/
*.env*
.env_example
# Build / Distribution
dist/