__pycache__/
*.py[cod]
.venv/
*.egg-info/
build/
dist/

# Tvastar runtime artifacts
.tvastar-workspace/
.tvastar-state/
*-trace.jsonl
tvastar-trace.jsonl

.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local agent / editor state
.claude/
.vscode/
.idea/
.kiro/
.cursor/

*.log
.env
.agent/

# Downloaded datasets (large, external)
data/
CC-Bench-trajectories/

# Benchmark outputs (generated)
results/

# One-off scripts (not part of the package)
scripts/

# Hypothesis test database
.hypothesis/

.tvastar-loops/

graphify-out/
