From 40c5d3211c316f9c4971bc29b90e62427b887962 Mon Sep 17 00:00:00 2001 From: ibrahim Date: Sat, 4 Oct 2025 09:04:10 +0300 Subject: [PATCH] remove __pycache__. Because this pattern is Python-specific; remove .julia_history. Because The .julia_history pattern is redundant since .history would already match it --- Julia.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Julia.gitignore b/Julia.gitignore index 33c83a98..918e3188 100644 --- a/Julia.gitignore +++ b/Julia.gitignore @@ -29,11 +29,9 @@ 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