# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Lodestar runtime output (default state dir)
.lodestar/

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
