node_modules
.env
.env.local
dist
*.log
.DS_Store
docs/build_log*.txt

# Playwright
test-results/
playwright-report/
report.json
.last-run.json
error.txt

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
build/
