Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
/build/*
.ipynb_checkpoints
/.pixi/*
# We treat this repository as a library, not an application, and thus we do not
# include the lockfile in source control. For a specific event, like a
# workshop, we suggest committing the lockfile on a branch dedicated to the
# event so that all users are guaranteed to receive a consistent environment
# and do not need to separately solve the environment specification on their
# machines.
pixi.lock

# The following are boilerplate. It is best practice to handle this generically
# in ~/.gitignore, but including it here is helpful for beginners.
Expand Down
Loading