# Python
__pycache__/
*.py[cod]
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
dist/
*.egg-info/

# JS
node_modules/
.next/
*.tsbuildinfo
coverage/

# Beacon runtime artifacts (keys, receipts, chain state)
.beacon/

# Local databases
*.db
*.db-wal
*.db-shm

# OS / editor
.DS_Store
