# Environment files
.env
.env.*
!.env.example
libs/naas-abi/naas_abi/apps/nexus/.env
libs/naas-abi/naas_abi/apps/nexus/apps/api/.env

# Virtual Environment
.venv/
venv/
ENV/
env/

# Config
config.yaml
config.*.yaml
!config.local.yaml
!config.dev.yaml
!config.remote.yaml
# App-level configs are source, not environment: the rules above exist for the
# engine's own config at the repo root, and would otherwise swallow these.
!libs/naas-abi-marketplace/naas_abi_marketplace/applications/x/apps/*/config.yaml
!libs/naas-abi-marketplace/naas_abi_marketplace/domains/personnel/apps/cockpit/config.yaml

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
#lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.mypy_cache/
.pytest_cache/
.ruff_cache/
.pytype

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Terminal recordings
*.cast
*.rec
*.asciinema
*.terminal

# Docker
.docker/

# Logs
*.log

# Project specific
thread_id.txt
agentic-director/

# Storage - ignore everything in storage except README files
storage/*
!storage/README.md
!storage/*/README.md
!storage/datastore/
!storage/triplestore/
!storage/vectorstore/
storage/datastore/*
storage/triplestore/*
storage/vectorstore/*

# Ignore data files globally
*.csv
*.parquet
*.pdf
*.doc
*.docx
*.ppt
*.pptx
*.xls
*.xlsx
*.jpg
*.png
*.gif
*.jpeg
*.webp
*.heic

# Allow docs static assets
!docs/site/static/**/*.png
!docs/site/static/**/*.jpg
!docs/site/static/**/*.gif
!docs/site/static/**/*.jpeg
!docs/site/static/**/*.webp
!docs/site/static/**/*.svg

# Keep demo data and assets in nexus
!libs/naas-abi/naas_abi/apps/nexus/demo/**
!libs/naas-abi/naas_abi/apps/nexus/apps/*/public/**

# Financial cockpit brand source files (`npm run sync:brand`)
!libs/naas-abi-marketplace/naas_abi_marketplace/domains/finance/apps/financial_cockpit/web/assets/**


# `abi dev` runtime artefacts (per-worktree instance/pid/log files)
.abi/
# Same artefacts when this repo is the consumer's `.abi` checkout.
# `{consumer}/.abi/dev` is `{this-repo}/dev`.
/dev/
# Dagster local home dir created by `abi dev up`
.dagster/
# Local Docker stack snapshots (abi stack snapshot create)
.snapshots/


*.pid
sandbox/

# Coverage reports
.coverage
coverage.xml
htmlcov/
secrets.yaml

# Docusaurus build output
docs/site/build/
docs/site/.docusaurus/
docs/site/node_modules/

# Legacy / deprecated doc systems (Quartz, Next.js legacy site)
docs/.quartz_conf/
docs/legacy/
docs/next/

# Docusaurus
website/node_modules
website/.docusaurus
website/build
.claude/

.pnpm-store/
node_modules/

CLAUDE.md
