Add ignore rules for Revise package files and common editor/OS temporary files in Julia projects

This commit is contained in:
ibrahim 2025-10-04 08:53:35 +03:00
parent fc6ce5da28
commit d8635c69ba

View File

@ -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