bin/
*.exe
*.dll
*.so
*.dylib

*.test
*.out
coverage.*

.env
.env.local

# Agent / per-developer config (launch.json with absolute paths, worktree state).
.claude/

.DS_Store
.idea/
.vscode/

node_modules/

# Python
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
*.egg-info/
fraud-engine/.venv/
