.gitignore add __pycache__

This commit is contained in:
Eric Teunis de Boone 2022-03-11 16:41:11 +01:00
parent 55bf10b561
commit e943da4637
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.ipynb_checkpoints
__pycache__

View File

@ -1,6 +1,6 @@
# Master Thesis Introduction
Introductory work for my Master's Internship at HEP, organised in Jupyter Notebooks.
Introductory work for my Master's Internship at HEP, organised in Jupyter Notebooks and/or python scripts.
Topics:
* [Fourier Transforms](./fourier)