tor-browser

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

.gitignore (884B)


      1 # Byte-compiled / optimized / DLL files
      2 __pycache__/
      3 *.py[cod]
      4 
      5 # C extensions
      6 *.so
      7 
      8 # Distribution / packaging
      9 .Python
     10 env/
     11 build/
     12 develop-eggs/
     13 dist/
     14 downloads/
     15 eggs/
     16 .eggs/
     17 lib/
     18 lib64/
     19 parts/
     20 sdist/
     21 var/
     22 *.egg-info/
     23 .installed.cfg
     24 *.egg
     25 
     26 # PyInstaller
     27 #  Usually these files are written by a python script from a template
     28 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
     29 *.manifest
     30 *.spec
     31 
     32 # Installer logs
     33 pip-log.txt
     34 pip-delete-this-directory.txt
     35 
     36 # Unit test / coverage reports
     37 htmlcov/
     38 .tox/
     39 .coverage
     40 .coverage.*
     41 .cache
     42 .mypy_cache/
     43 nosetests.xml
     44 coverage.xml
     45 *,cover
     46 
     47 # Translations
     48 *.mo
     49 *.pot
     50 
     51 # Django stuff:
     52 *.log
     53 
     54 # Sphinx documentation
     55 docs/_build/
     56 docs/_changelog_towncrier_draft.rst
     57 
     58 # PyBuilder
     59 target/
     60 *.swp
     61 
     62 # generated by setuptools_scm
     63 src/pluggy/_version.py
     64 
     65 # generated by pip
     66 pip-wheel-metadata/
     67 
     68 # pytest-benchmark
     69 .benchmarks/