# SPDX-FileCopyrightText: 2026 Hari Srinivasan <harisrini21@gmail.com>
# SPDX-FileCopyrightText: 2026 SrihariLegend <sriharilegend23@gmail.com>
# SPDX-License-Identifier: AGPL-3.0-only

# Version control
**/.git

# Python artifacts
**/__pycache__
**/.venv
*.pyc
.pytest_cache/
.coverage
htmlcov/

# Node.js artifacts
**/node_modules
**/.next

# Documentation assets (screenshots not needed in images)
LICENSE
screenshots/

# Testing (not shipped in images)
tests/

# CLI tool (separate distribution, not in API or web image)
observal_cli/

# Development tooling
.github/
.vscode/
.idea/
*.code-workspace

# Scripts and tools (not needed in containers)
scripts/
tools/

# Demo configs
demo/

# Monitoring configs (volume-mounted at runtime, not baked in)
grafana/
prometheus.yml
otel-collector-config.yaml

# Docker sub-configs (not needed inside images)
docker/docker-compose*.yml
docker/clickhouse/
docker/nginx.conf
docker/nginx.dev.conf
docker/nginx.production.conf
docker/server-package/

# Environment and logs
.env
.env.*
!.env.example
*.log

# Misc
renovate.json
cliff.toml
