# OS .DS_Store Thumbs.db # Editors .idea/ .vscode/ *.swp *.swo *~ # Env / secrets .env .env.* !.env.example *.pem *.key # Python __pycache__/ *.py[cod] *.egg-info/ .venv/ venv/ .pytest_cache/ .mypy_cache/ .ruff_cache/ # Node node_modules/ dist/ build/ .next/ .turbo/ *.log npm-debug.log* yarn-debug.log* pnpm-debug.log* # Misc .cache/ coverage/ *.tmp