# General
.env
.temp
.DS_Store
.idea/
.vscode/
.codex
.codex/
.serena/
.generated/
*.swp
*.log
*.out
*.exe
.npm-cache/
reports
reports/*

# Docker Services Data (Volumes)
postgres_data/
clickhouse_data/
docker/ory/oathkeeper/logs/

# Backend (Go)
backend/main
backend/bin/
backend/vendor/
backend/tmp/
backend/.env
backend/server

# userfront (Flutter)
# Note: userfront might have its own .gitignore, but adding here just in case
userfront/build/
userfront/.dart_tool/
userfront/.packages
userfront/.pub/
userfront/.env

# Frontend test artifacts
adminfront/test-results/
devfront/test-results/
adminfront/playwright-report/
devfront/playwright-report/
