.gitignore 223 B

123456789
  1. # Source for the following rules: https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore
  2. # Byte-compiled / optimized / DLL files
  3. __pycache__/
  4. *.py[cod]
  5. *$py.class
  6. # Jupyter Notebook
  7. .ipynb_checkpoints