# Node
node_modules/
dist/
*.tsbuildinfo

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

# Environment
.env
.env.local

# Benchmark output
results/

# OS / editor
.DS_Store
.idea/
.vscode/
