diff --git a/Julia.gitignore b/Julia.gitignore index 285da1ec..33c83a98 100644 --- a/Julia.gitignore +++ b/Julia.gitignore @@ -26,3 +26,14 @@ Manifest*.toml # File generated by the Preferences package to store local preferences LocalPreferences.toml JuliaLocalPreferences.toml + +# Files generated by the Revise package to store local preferences +.history +.julia_history +.julia/ + +# Common temporary files and directories created by editors and operating systems +__pycache__/ +*.so +*.dylib +*.dll