Skip to content

Commit

Permalink
Add Python .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGhenis committed Oct 4, 2020
0 parents commit 4fb2262
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Compiled python modules.
*.pyc

# Setuptools distribution folder.
/dist/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info

.ipynb_checkpoints

# Built Jupyter-Book documentation.
docs/_build

0 comments on commit 4fb2262

Please sign in to comment.