.coveragerc
AGENTS.md
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
mkdocs.yml
pyproject.toml
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/publish-to-pypi.yml
docs/CHANGELOG.md
docs/LEARN.md
docs/architecture.md
docs/faq.md
docs/getting-started.md
docs/hooks.py
docs/index.md
docs/requirements.txt
docs/skills.md
docs/troubleshooting.md
docs/javascripts/extra.js
docs/reference/api.md
docs/reference/index.md
docs/stylesheets/extra.css
src/pico_caching/__init__.py
src/pico_caching/_version.py
src/pico_caching/backend.py
src/pico_caching/config.py
src/pico_caching/decorators.py
src/pico_caching/interceptor.py
src/pico_caching/py.typed
src/pico_caching.egg-info/PKG-INFO
src/pico_caching.egg-info/SOURCES.txt
src/pico_caching.egg-info/dependency_links.txt
src/pico_caching.egg-info/entry_points.txt
src/pico_caching.egg-info/requires.txt
src/pico_caching.egg-info/scm_file_list.json
src/pico_caching.egg-info/scm_version.json
src/pico_caching.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cache.py