# Node node_modules/ frontend/node_modules/ frontend/.next/ frontend/out/ # Python __pycache__/ *.pyc *.pyo backend/venv/ backend/.venv/ *.egg-info/ # Environment .env frontend/.env.local # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # Database *.db *.sqlite3 # Logs *.log # Docker postgres_data/ redis_data/ # Cache .npm-cache/ .pytest_cache/ tsconfig.tsbuildinfo