.DS_Store
__pycache__/
*.py[cod]
*$py.class

.Python
.python-version
.venv/
venv/
env/
ENV/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

build/
dist/
site/
*.egg-info/
.eggs/
pip-wheel-metadata/

.tox/
.nox/

.idea/
.vscode/
.codex
local-testing/
benchmarks/assets/
*.sqlite3
