# Dependencies node_modules/ .pnpm-store/ .pnp/ .pnp.* .yarn/* !.yarn/patches !.yarn/plugins !.yarn/releases !.yarn/versions # Next.js .next/ .next/cache/ .next/static/ out/ .swc/ # Production build/ dist/ .cache/ # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST .pytest_cache/ .mypy_cache/ .coverage htmlcov/ .tox/ .hypothesis/ .coverage.* *.cover coverage.xml .dmypy.json dmypy.json .pyre/ .pytype/ cython_debug/ # Python Virtual Environments venv/ env/ ENV/ env.bak/ venv.bak/ .venv/ virtualenv/ virtualenvs/ # Playwright test-results/ playwright-report/ playwright/.cache/ *.traces/ playwright-traces/ # Allure Reports allure-results/ allure-report/ # Testing coverage/ .nyc_output/ *.lcov # TypeScript *.tsbuildinfo next-env.d.ts *.d.ts.map # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local .env.*.local *.env # Vercel .vercel/ # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # IDE .idea/ .vscode/ *.swp *.swo *~ *.sublime-workspace *.sublime-project *.iml .project .classpath .settings/ *.code-workspace # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ *.cab *.msi *.msix *.msm *.msp *.lnk # Debug *.pem *.key *.cert *.crt # Runtime data pids/ *.pid *.seed *.pid.lock # Optional npm cache .eslintcache .node_repl_history # Build outputs *.tgz *.local # Turbopack .turbo/ # Vite vite.config.ts.timestamp-* dist-ssr/ # Trae .trae/ # Tailwind CSS *.css.map # Framer Motion *.framer-motion.json # Three.js *.three.json # Image optimization *.avif *.webp # Temporary files *.tmp *.temp *.bak *.backup *.swp *~ .npm # Test files test-email.js test-screenshot.png hero-check.png playwright-test-not-portal.js # CI/CD .gitlab-ci-local/ .github/workflows/*.local.yml .woodpecker/ # Documentation docs/plans/*.md.bak # Database *.db *.sqlite *.sqlite3 # Archives *.7z *.dmg *.gz *.iso *.jar *.rar *.tar *.zip # Package manager locks (keep package-lock.json) yarn.lock pnpm-lock.yaml # Sentry .sentryclirc *.sentryclirc