Skip to content

Commit

Permalink
chore: update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Nov 13, 2023
1 parent 7f293cb commit fdd40c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
.idea/

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down Expand Up @@ -70,13 +71,16 @@ instance/

# Sphinx documentation
docs/_build/
public/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints
notebooks/*.pdf
notebooks/dataframe.geojson

# IPython
profile_default/
Expand Down

0 comments on commit fdd40c7

Please sign in to comment.