# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Cursor Rules
.cursor

# Backend Python
**/.idea/
**/__pycache__/
**/.asv
**/.ruff_cache
**/.venv/
**/*.db

# Frontend dependencies
**/node_modules/
**/dist/
**/package-lock.json

# Frontend Next.js
**/.next/
**/build/

# Frontend debug
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*
**/pnpm-debug.log*

# Environment files
**/.env*

# Vercel
**/vercel

# TypeScript
**/tsbuildinfo
**/next-env.d.ts
