# secrets / local config
.env
.env.local
*.pem
*.key

# python
__pycache__/
*.pyc
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# benchmark output
bench/out/

# os / editor
.DS_Store
