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.
2 parents 04a24ed + 6cc93e0 commit 8995ec6Copy full SHA for 8995ec6
.gitignore
@@ -1,6 +1,13 @@
1
/build/*
2
.ipynb_checkpoints
3
/.pixi/*
4
+# We treat this repository as a library, not an application, and thus we do not
5
+# include the lockfile in source control. For a specific event, like a
6
+# workshop, we suggest committing the lockfile on a branch dedicated to the
7
+# event so that all users are guaranteed to receive a consistent environment
8
+# and do not need to separately solve the environment specification on their
9
+# machines.
10
+pixi.lock
11
12
# The following are boilerplate. It is best practice to handle this generically
13
# in ~/.gitignore, but including it here is helpful for beginners.
0 commit comments