# Node
node_modules
dist
pnpm-debug.log*

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

# Environment
.env
.env.local

# OS
.DS_Store
