test_ok2/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

61 lines
756 B
Plaintext
Raw Permalink Normal View History

# Automatically generated by `hgimportsvn`
.svn
.hgsvn
# Ignore local virtualenvs
lib/
bin/
include/
.Python/
# These lines are suggested according to the svn:ignore property
# Feel free to enable them by uncommenting them
*.pyc
*.pyo
*.swp
*.class
*.orig
*~
2016-05-31 16:49:54 +08:00
.hypothesis/
# autogenerated
2018-05-26 15:05:41 +08:00
src/_pytest/_version.py
# setuptools
.eggs/
doc/*/_build
2018-09-15 03:00:35 +08:00
doc/*/.doctrees
doc/*/_changelog_towncrier_draft.rst
build/
dist/
*.egg-info
2020-06-08 21:03:10 +08:00
htmlcov/
issue/
env/
.env/
.venv/
/pythonenv*/
3rdparty/
.tox
.cache
.pytest_cache
.mypy_cache
.coverage
.coverage.*
coverage.xml
.ropeproject
2013-07-11 17:15:31 +08:00
.idea
.hypothesis
.pydevproject
.project
2018-09-01 22:13:40 +08:00
.settings
2018-08-02 15:54:15 +08:00
.vscode
__pycache__/
.python-version
# generated by pip
pip-wheel-metadata/
# pytest debug logs generated via --debug
pytestdebug.log