# Dependencies
node_modules
**/node_modules
frontend/node_modules

# Build outputs
dist
**/dist
frontend/dist

# Python
__pycache__
*.pyc
.venv
backend/.venv

# Git
.git
.gitignore

# IDE
.vscode
.idea

# Test artifacts
htmlcov
.coverage
.pytest_cache
playwright-report
test-results

# Misc
*.log
.DS_Store
Thumbs.db
