This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
injector
mirror of
https://github.com/alecthomas/injector.git
Watch
1
Star
1
Fork
You've already forked injector
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0edfc5524d
injector
/
.gitignore
10 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Gitignore one more pytest artifact
2016-10-17 14:46:46 +00:00
.cache/
.gitignore pycache
2012-11-03 22:56:43 +00:00
__pycache__/
Move documentation directory
2013-09-16 22:47:08 +00:00
docs/_build/
Gitignore another build artifact
2016-10-19 11:06:47 +00:00
build/
Measure test coverage
2017-05-23 21:45:09 +00:00
htmlcov/
*,cover
Gitignore some cache directories
2018-09-19 10:34:15 +00:00
.mypy_cache/
.pytest_cache/
Gitignore coverage XML output
2019-06-14 19:02:20 +00:00
coverage.xml