# macOS
.DS_Store

# Emacs
*~
\#*\#

# Python-generated files
__pycache__/
*.py[oc]
# Distribution / packaging
dist/
sdist/
MANIFEST
build/
wheels/
*.egg-info

# Virtual environments
.venv
venv

# Node
node_modules

# ruff
ruff.toml
.ruff_cache/
