diff --git a/.gitignore b/.gitignore index 163b9ba..b9f2d3f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,13 @@ poetry.lock Pipfile.lock .pdm-python +# Julia environments and artifacts +Manifest.toml +Manifest-v*.toml +*.jl.cov +*.jl.*.cov +*.jl.mem + # Test/tool caches .pytest_cache/ .mypy_cache/