4 Commits

Author SHA1 Message Date
Christoph Reiter
8870b3a342 Use requests-cache for adding etag/last-modified based caching
This doesn't speed things up usually, since we still make the same amount
of requests, but it doesn't count against the rate-limit in case there
is a cache hit. Also there is a smaller chance of things going wrong,
since we don't transfer any payload.

The cache is store in a .autobuild_cache directory using a sqlite DB.
2022-04-30 17:15:18 +02:00
Christoph Reiter
df912d09e8 Add .mypy_cache to gitignore 2020-10-23 09:21:42 +02:00
Christoph Reiter
2fea36536f Update .gitignore 2020-08-03 22:01:04 +02:00
Christoph Reiter
221b4a8a06 Add a .gitignore 2020-07-27 23:05:18 +02:00