Update gitignore

This commit is contained in:
Chris Proctor 2023-07-31 10:56:09 -04:00
parent 987703b6b4
commit 7cf6016a4c
2 changed files with 15 additions and 3 deletions

View File

@ -1,5 +1,16 @@
# Title. No more than 50 characters ----> |
# Leave a single blank line between the title and the body (excluding comments)
# Body. Write a description of what you've changed.
# -----------------------------------------------------------------
# Write your entire commit message above this line.
#
# The first line should be a quick description of what you changed.
# Then leave a blank line.
# Then, taking as many lines as you want, answer the questions below
# (you only need to answer these once).
#
# In the Unit 2 project, you will define some research questions and
# select your own data set. What are some possible questions you
# would be interested in exploring? Can you think of any data sets that
# might be interesting to explore? These could be public data sets,
# or they could be private data sets related to your work or your own
# life (you don't need to share your data set in the unit project).

1
.gitignore vendored
View File

@ -1 +1,2 @@
poetry.lock
.ipynb_checkpoints/*