Created
September 18, 2016 09:15
-
-
Save kjaanson/de713cff4ab7d493563fd9731a232534 to your computer and use it in GitHub Desktop.
Default .gitignore for Python/Jupyter projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*.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