Skip to content
Snippets Groups Projects
Select Git revision
  • 75ba3808781f669679f826f9b7cf9dbccb4f532c
  • master default protected
2 results

.gitignore

Blame
  • .gitignore 93 B
    # python generated files
    __pycache__/
    *.py[oc]
    build/
    dist/
    wheels/
    *.egg-info
    
    # venv
    .venv