__pycache__
/sandbox
.idea
*~
.venv
venv
.vscode
.coverage
coverage.xml
htmlcov
/.tox
.*.swp
.ruff_cache
.pytest_cache

# Tokens and settings for `act` to run GHA locally
.env
.envrc
.secrets

# Build artifacts
/cascade.egg-info
/dist
/build

# Agents
.claude/*local*

# Local docs-preview tooling writes this when viewing the page
/docs/localStorage.json

# libFuzzer-generated corpus entries (SHA1-named).
# The hand-written seeds use descriptive names and stay tracked; ignore the
# auto-discovered ones that accumulate during local fuzz runs.
tests/fuzz/corpus/[0-9a-f]*
