diff --git a/.gitignore b/.gitignore index a70f868..83a5217 100644 --- a/.gitignore +++ b/.gitignore @@ -177,3 +177,12 @@ cython_debug/ # .nfs files are created when an open file is removed but is still being accessed .nfs* +# Devenv +.devenv* +devenv.local.nix + +# direnv +.direnv + +# pre-commit +.pre-commit-config.yaml