# Binaries / build output
/bin/
*.exe
*.out
*.test

# Go workspace
go.work
go.work.sum
.worktrees/

# Coverage
*.cov
coverage.txt
.coverage
htmlcov/

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

# Editor / OS
.DS_Store
.idea/
.vscode/
