diff options
Diffstat (limited to 'cuda/python/.gitignore')
-rw-r--r-- | cuda/python/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cuda/python/.gitignore b/cuda/python/.gitignore new file mode 100644 index 0000000..4d058db --- /dev/null +++ b/cuda/python/.gitignore @@ -0,0 +1,9 @@ +# Devenv +.devenv* +devenv.local.nix + +# direnv +.direnv + +# pre-commit +.pre-commit-config.yaml |