.DS_Store

# TypeScript
node_modules/
dist/
coverage/

# Python
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv/
__pycache__/
*.egg-info/

# Go
bin/
*.test

# Rust
target/
rust/target/

# Python implementation
python/.venv/
python/mutants/
python/.coverage
python/.ruff_cache/
__pycache__/
*.egg-info/
