# Python __pycache__/ *.py[cod] *$py.class .venv/ venv/ *.egg-info/ dist/ build/ # Node node_modules/ npm-debug.log* yarn-error.log* # Environment .env .env.local *.local # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs logs/ *.log # Testing .pytest_cache/ coverage/ .coverage # Databases *.db *.sqlite *.sql *.db.old # Cache .cache/ .dss-temp/ .dss/cache/ # Backups *.backup *.bak *~ *.corrupted.* archive/ test_output/ # Build dist/ .next/ out/ storybook-static/