chore: add .envrc to .gitignore

Add .envrc to the .gitignore file to prevent local environment variables
and secrets managed by direnv from being accidentally committed to the
repository.
This commit is contained in:
Damien
2026-02-04 16:12:10 +01:00
parent f4ba38a735
commit 0de450211d

1
.gitignore vendored
View File

@@ -1 +1,2 @@
__pycache__ __pycache__
.envrc