Skip to content
Snippets Groups Projects
Select Git revision
  • 74b73ddb98ce6a81feadd6a5f919b39d14029b5e
  • master default protected
2 results

.gitignore

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .gitignore 630 B
    ## This stuff relates to unitgrade and build-stuff we don't care about.
    '
    __pycache__
    .idea
    *.token
    cp.egg-info
    cache.db
    *_grade.manifest
    *.artifacts.pkl
    .coveragerc
    *_tests_complete_grade.py
    # Lock file. DISABLE checking with gitlab (and syncing), so you *wnat* this on your computer, but *not* on the students computer.
    **/unitgrade_data/dont_check_remote.lock
    
    ######################## Comment these out upon release. #############################
    cp/ex05
    cp/ex06
    cp/ex07
    cp/ex08
    #cp/ex09
    #cp/ex10
    cp/ex11
    cp/ex12
    cp/exam
    cp/project1
    # cp/project2
    cp/project3
    cp/project4
    #cp/project5
    cp/project6