pytest-bdd/.gitignore

57 lines
485 B
Plaintext
Raw Normal View History

2014-07-26 06:32:18 +08:00
*.rej
2013-03-29 15:27:44 +08:00
*.py[cod]
2014-05-11 17:26:18 +08:00
/.env
2014-07-25 00:14:14 +08:00
*.orig
2013-03-29 15:27:44 +08:00
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
2013-04-08 03:15:36 +08:00
_build
2013-03-29 15:27:44 +08:00
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
2022-11-05 22:23:19 +08:00
htmlcov/
.tox/
.nox/
2013-03-29 15:27:44 +08:00
.coverage
2022-11-05 22:23:19 +08:00
.coverage.*
.cache
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
2013-03-29 15:27:44 +08:00
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.pytest_cache
2013-04-07 08:24:43 +08:00
.ropeproject
2013-03-31 16:37:53 +08:00
2013-04-03 13:57:31 +08:00
# Sublime
2013-03-31 16:42:02 +08:00
/*.sublime-*
2013-04-03 13:57:31 +08:00
2014-05-11 17:36:22 +08:00
#PyCharm
/.idea