We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b18cf5 commit a99bf04Copy full SHA for a99bf04
.gitignore
@@ -29,5 +29,8 @@ parcels/_version_setup.py
29
.pixi
30
*.egg-info
31
32
-# Ignore pixi.lock file for now as Vecko is the only one using pixi for development. This should be checked into VCS if it becomes a more common tool.
+# Ignore pixi.lock file for this project. The con of 22k lines of noise it adds to diffs is not worth
33
+# the benefit of perfectly reproducible environments for all developers (and all the tooling that would
34
+# be required to support that - see https://github.com/pydata/xarray/issues/10732#issuecomment-3327780806
35
+# for more details)
36
pixi.lock
0 commit comments