.DS_Store *.swp *.swo *~ Thumbs.db # Python __pycache__/ *.py[cod] *$py.class *.so *.egg-info/ *.egg dist/ build/ .eggs/ *.whl .venv/ venv/ env/ .env .env.* *.env.local pip-log.txt pip-delete-this-directory.txt .mypy_cache/ .pytest_cache/ .ruff_cache/ htmlcov/ .coverage .coverage.* coverage.xml *.cover .hypothesis/ .tox/ # React / Node node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* .pnpm-debug.log* .next/ out/ .nuxt/ .cache/ .parcel-cache/ .turbo/ *.tsbuildinfo # .NET bin/ obj/ *.user *.suo *.userosscache *.sln.docstates packages/ *.nupkg project.lock.json .vs/ TestResults/ BundleArtifacts/ PublishOutput/