Skip to content
Snippets Groups Projects
.gitignore 188 B
Newer Older
  • Learn to ignore specific revisions
  • .idea/
    __pycache__/
    .env
    .venv
    env/
    venv/
    ENV/
    .coverage
    oidc_dev/
    htmlcov
    .mypy_cache
    .pytest_cache
    config.yaml
    config.json
    config.toml
    test-config.yaml
    test-config.json
    test-config.toml