tor-browser

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

.gitignore (149B)


      1 *.egg-info/
      2 *.egg
      3 *.py[co]
      4 
      5 .[nt]ox/
      6 .cache/
      7 .coverage
      8 .idea
      9 .venv*
     10 .vscode/
     11 
     12 .mypy_cache/
     13 .pytest_cache/
     14 __pycache__/
     15 _build/
     16 build/
     17 dist/
     18 htmlcov/