Skip to content
Snippets Groups Projects
Select Git revision
  • a648769ef59858b55a5e3220fe005dfaa63c4f6a
  • main default protected
  • 3.1.7
  • 3.1.6
  • 3.1.5
  • 3.1.4
  • 3.1.3
  • 3.1.2
  • 3.1.1
  • 3.1.0
  • 2.14.0
  • 2.13.5
  • 2.13.4
  • 2.13.3
  • 2.13.2
  • 2.13.0
  • 2.12.1
  • 2.12.0
  • 2.11.0
  • 2.10.1
  • 2.10.0
  • 2.9.1
22 results

package-lock.json

Blame
  • .gitignore 474 B
    *.pyc
    
    # Packages
    *.egg
    !/tests/**/*.egg
    /*.egg-info
    /dist/*
    build
    _build
    .cache
    *.so
    venv
    
    # Installer logs
    pip-log.txt
    
    # Unit test / coverage reports
    .coverage
    .pytest_cache
    
    .DS_Store
    .idea/*
    .python-version
    .vscode/*
    
    /test.py
    /test_*.*
    
    /setup.cfg
    MANIFEST.in
    /setup.py
    /docs/site/*
    /tests/fixtures/simple_project/setup.py
    /tests/fixtures/project_with_extras/setup.py
    .mypy_cache
    
    .venv
    /releases/*
    pip-wheel-metadata
    /poetry.toml
    
    poetry/core/*
    
    public
    
    /audio_files