tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

.gitignore (191B)


      1 *.egg-info
      2 *.pyc
      3 .DS_Store
      4 .cache
      5 .coverage*
      6 .direnv
      7 .envrc
      8 .hypothesis
      9 .mypy_cache
     10 .pytest_cache
     11 .tox
     12 .vscode
     13 .venv*
     14 build
     15 dist
     16 docs/_build
     17 htmlcov
     18 tmp*
     19 attrs.docset
     20 attrs.tgz
     21 Justfile
     22 t.py