.venv/
spike/
__pycache__/
*.pyc
*.egg-info/
build/
dist/
.env
*.cookies
*.session
.DS_Store

# tooling caches
.coverage
.coverage.*
.pytest_cache/
.ruff_cache/
.claudelint-cache/
htmlcov/
coverage.xml

# web workbench artifacts
web/node_modules/
web/dist/
web/.eslintcache
