# Go
/api/server
*.test
*.out

# Python
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.ruff_cache/
*.egg-info/
build/
dist/

# Env / local
.env
.env.*
!.env.example

# Node / admin frontend
node_modules/

# Keep the embedded SPA placeholders (real builds are injected during Docker build)
!api/internal/adminweb/dist/
!api/internal/adminweb/dist/index.html
!api/internal/publicweb/dist/
!api/internal/publicweb/dist/index.html

# OS / editors
.DS_Store
*.swp
.idea/
.vscode/
