Skip to content

Instantly share code, notes, and snippets.

@kjaanson
Created September 18, 2016 09:15
Show Gist options
  • Select an option

  • Save kjaanson/de713cff4ab7d493563fd9731a232534 to your computer and use it in GitHub Desktop.

Select an option

Save kjaanson/de713cff4ab7d493563fd9731a232534 to your computer and use it in GitHub Desktop.
Default .gitignore for Python/Jupyter projects
/*.egg-info
/.spyderproject
.spyderproject
.idea/*
/**/__pycache__
/**/.ipynb_checkpoints
/.doit.db.bak
/.doit.db.dat
/.doit.db.dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment