# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.pytest_cache/
*.db

# Node
node_modules/
dist/
.vite/
*.log

# Editor / OS
.vscode/
.idea/
.DS_Store

# Wonderland framework state
.wonderland/
