# Python __pycache__/ *.py[cod] *.egg-info/ dist/ build/ *.egg .venv/ venv/ env/ # Backend backend/.env backend/*.db # Node frontend/node_modules/ frontend/.next/ frontend/out/ # Frontend env frontend/.env frontend/.env.local frontend/.env.*.local # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # TypeScript build cache frontend/tsconfig.tsbuildinfo # Logs *.log