Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • tp3
  • tp2
  • tp1
  • tp3-correction
  • tp2-correction
  • tp1-correction
  • admins
8 results

.gitlab-ci.yml

Blame
  • Forked from an inaccessible project.
    Loading Validating GitLab CI configuration… Learn more
    .gitignore 294 B
    # virtualenvs
    env/
    venv/
    virtualenv/
    
    # build
    *.pyc
    __pycache__/
    
    # Logs
    *.log
    
    # IDEA
    .idea
    .vscode
    
    # databases
    *.db
    *.sqlite3
    *.rdb
    
    # Type checking
    .mypy_cache
    
    # private
    .env
    
    # media and collected static files
    media/
    static/
    
    # Supervisor
    supervisord.pid
    sendgrid.env
    api_mail
    .gitignore