microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
f46fff4e5103217703b51e27ba3f6405ac000e21

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

python/commonCrawlData/.gitignore

135lines · modecode

1# Byte-compiled / optimized / DLL files
2__pycache__/
3*.py[cod]
4*$py.class
5
6# C extensions
7*.so
8
9# Distribution / packaging
10.Python
11build/
12develop-eggs/
13dist/
14downloads/
15eggs/
16.eggs/
17lib/
18lib64/
19parts/
20sdist/
21var/
22wheels/
23pip-wheel-metadata/
24share/python-wheels/
25*.egg-info/
26.installed.cfg
27*.egg
28MANIFEST
29
30# PyInstaller
31# Usually these files are written by a python script from a template
32# before PyInstaller builds the exe, so as to inject date/other infos into it.
33*.manifest
34*.spec
35
36# Installer logs
37pip-log.txt
38pip-delete-this-directory.txt
39
40# Unit test / coverage reports
41htmlcov/
42.tox/
43.nox/
44.coverage
45.coverage.*
46.cache
47nosetests.xml
48coverage.xml
49*.cover
50.hypothesis/
51.pytest_cache/
52
53# Translations
54*.mo
55*.pot
56
57# Django stuff:
58*.log
59local_settings.py
60db.sqlite3
61
62# Flask stuff:
63instance/
64.webassets-cache
65
66# Scrapy stuff:
67.scrapy
68
69# Sphinx documentation
70docs/_build/
71
72# PyBuilder
73target/
74
75# Jupyter Notebook
76.ipynb_checkpoints
77
78# IPython
79profile_default/
80ipython_config.py
81
82# pyenv
83.python-version
84
85# pipenv
86# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
87# However, in case of collaboration, if having platform-specific dependencies or dependencies
88# having no cross-platform support, pipenv may install dependencies that don’t work, or not
89# install all needed dependencies.
90#Pipfile.lock
91
92# celery beat schedule file
93celerybeat-schedule
94
95# SageMath parsed files
96*.sage.py
97
98# Environments
99.env
100.venv
101env/
102venv/
103ENV/
104env.bak/
105venv.bak/
106
107# Spyder project settings
108.spyderproject
109.spyproject
110
111# Rope project settings
112.ropeproject
113
114# mkdocs documentation
115/site
116
117# mypy
118.mypy_cache/
119.dmypy.json
120dmypy.json
121
122# Pyre type checker
123.pyre/
124
125# Azure Functions artifacts
126bin
127obj
128appsettings.json
129local.settings.json
130
131# Azurite artifacts
132__blobstorage__
133__queuestorage__
134__azurite_db*__.json
135.python_packages