chore: update .gitignore to include .direnv

- Added `.direnv/` to the `.gitignore` file to ignore environment-specific configuration files.
- Ensures cleaner version control by excluding local development artifacts.
This commit is contained in:
Harald Hoyer 2025-03-20 09:56:10 +01:00
parent 74d672a18e
commit 1a249317a5

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/.idea
/result
/.direnv/