# macOS
.DS_Store

# Emacs
*~
\#*\#

# Python
venv
__pycache__

# Distribution / packaging
dist/
sdist/
MANIFEST

# Node
node_modules

# ruff
ruff.toml
.ruff_cache/
