Skip to content
Snippets Groups Projects
Select Git revision
  • a8034768207d7f2d09c583f4cc7233cd2134e8e9
  • main default protected
2 results

.gitignore

Blame
  • .gitignore 424 B
    # Byte-compiled / optimized / DLL files
    __pycache__/
    *.py[cod]
    *$py.class
    
    # C extensions
    *.so
    
    # Distribution / packaging
    .Python
    build/
    develop-eggs/
    dist/
    downloads/
    eggs/
    .eggs/
    lib/
    lib64/
    parts/
    sdist/
    var/
    wheels/
    share/python-wheels/
    *.egg-info/
    .installed.cfg
    *.egg
    MANIFEST
    
    # Jupyter Notebook
    .ipynb_checkpoints
    
    # IPython
    profile_default/
    ipython_config.py
    
    # Databases
    *.sqlite3
    *.*-shm
    *.*-wal
    
    # Mac
    .DS_Store