# Copyright (C) 2026 Garudex Labs.  All Rights Reserved.
# Caracal, a product of Garudex Labs
#
# Excludes everything that does not belong in any container build context.

**/.git
**/.github
**/.gitignore
**/.gitattributes

**/node_modules
**/.pnpm-store
**/.turbo
**/.nx

**/dist
**/build
**/.next
**/.cache
**/*.tsbuildinfo

**/coverage
.coverage
**/.pytest_cache
**/.mypy_cache
**/.ruff_cache
**/__pycache__
**/*.py[cod]

**/.venv
**/venv
**/.tox

**/.idea
**/.vscode
**/*.swp
**/.DS_Store
**/Thumbs.db

**/.env
**/.env.*
!**/.env.example

**/.dockerignore
**/docker-compose*.yml
**/docker-compose*.yaml

**/*.md
**/LICENSE*
**/NOTICE
**/CITATION.cff
**/CODE_OF_CONDUCT.md
**/CONTRIBUTING.md
**/SECURITY.md
docs/
governance/
releases/
examples/
public/
CNAME

**/*.log
**/npm-debug.log*
**/pnpm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*

# Test artifacts and large fixtures
tests/**/fixtures/large/
tests/**/__snapshots__/

# Editor / OS junk
**/*.bak
**/*.tmp
**/*.orig
