ignore .env.* type files

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2026-07-03 19:09:30 +01:00
parent 498bc3ee96
commit ffafa801f6

3
.gitignore vendored
View File

@@ -86,3 +86,6 @@ __pycache__
# clangd cache
/.cache
# Env. file carrying environmental setup data for local or cloud runs.
.env.*