Skip to content
Snippets Groups Projects
Select Git revision
  • 18c86346364712a8bb9aaac6a005aeb58e084daf
  • master default protected
2 results

.gitignore

Blame
  • Monica J Emerson's avatar
    monj authored
    a1a49feb
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .gitignore 84 B
    ## Ignore Mac OS Stuff
    .DS_Store
    
    ## Ignore Python temporary files
    code/__pycache__