# Dev env
.envrc
.direnv/
shell.nix

# Python runtime files
venv/
__pycache__/
*.pyc

# Editor files
.vscode/
*.swp

# Code coverage garbage
*.gcda
*.gcno
*.gcov
*.gcov.json.*

# Temporary files
temp/

# Automated testing ground truth
scripts/abc_32
