tor-browser

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

.gitignore (756B)


      1 # Automatically generated by `hgimportsvn`
      2 .svn
      3 .hgsvn
      4 
      5 # Ignore local virtualenvs
      6 lib/
      7 bin/
      8 include/
      9 .Python/
     10 
     11 # These lines are suggested according to the svn:ignore property
     12 # Feel free to enable them by uncommenting them
     13 *.pyc
     14 *.pyo
     15 *.swp
     16 *.class
     17 *.orig
     18 *~
     19 .hypothesis/
     20 
     21 # autogenerated
     22 src/_pytest/_version.py
     23 # setuptools
     24 .eggs/
     25 
     26 doc/*/_build
     27 doc/*/.doctrees
     28 doc/*/_changelog_towncrier_draft.rst
     29 build/
     30 dist/
     31 *.egg-info
     32 htmlcov/
     33 issue/
     34 env/
     35 .env/
     36 .venv/
     37 /pythonenv*/
     38 3rdparty/
     39 .tox
     40 .cache
     41 .pytest_cache
     42 .mypy_cache
     43 .coverage
     44 .coverage.*
     45 coverage.xml
     46 .ropeproject
     47 .idea
     48 .hypothesis
     49 .pydevproject
     50 .project
     51 .settings
     52 .vscode
     53 __pycache__/
     54 .python-version
     55 
     56 # generated by pip
     57 pip-wheel-metadata/
     58 
     59 # pytest debug logs generated via --debug
     60 pytestdebug.log