Skip to content
Snippets Groups Projects
Select Git revision
  • 8bcfbf2f31bf944ebae22a09a406987da85cb2d8
  • main default protected
2 results

.gitignore

Blame
  • .gitignore 479 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
    .env