.env

# Python
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/

# Node
node_modules/
dist/

# Editors / OS
.DS_Store
.idea/
.vscode/
