msys2-autobuild/.gitignore
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

4 lines
48 B
Plaintext

*.pyc
.vscode/
.mypy_cache/
.autobuild_cache/