# .understandignore — patterns for files/dirs to exclude from analysis
# Syntax: same as .gitignore (globs, # comments, ! negation, trailing / for dirs)
# Lines below are suggestions — uncomment to activate.
# Use ! prefix to force-include something excluded by defaults.
#
# Built-in defaults (always excluded unless negated):
#   node_modules/, .git/, dist/, build/, obj/, *.lock, *.min.js, etc.
#
# --- From .gitignore (uncomment to exclude) ---

# !**/[Pp]ackages/build/
# !.axoCover/settings.json
# !.vscode/extensions.json
# !.vscode/launch.json
# !.vscode/settings.json
# !.vscode/tasks.json
# !?*.[Cc]ache/
# !Directory.Build.rsp
# $tf/
# *$py.class
# **/*.DesktopClient/GeneratedArtifacts
# **/*.DesktopClient/ModelManifest.xml
# **/*.HTMLClient/GeneratedArtifacts
# **/*.Server/GeneratedArtifacts
# **/*.Server/ModelManifest.xml
# **/[Pp]ackages/*
# *- [Bb]ackup ([0-9]).rdl
# *- [Bb]ackup ([0-9][0-9]).rdl
# *- [Bb]ackup.rdl
# *.[Cc]ache
# *.[Pp]ublish.xml
# *.[Rr]e[Ss]harper
# *.a
# *.app
# *.appx
# *.appxbundle
# *.appxupload
# *.aps
# *.azurePubxml
# *.bim.layout
# *.bim_*.settings
# *.binlog
# *.btm.cs
# *.btp.cs
# *.build.csdef
# *.cab
# *.cachefile
# *.code-workspace
# *.cover
# *.coverage
# *.coveragexml
# *.d
# *.dbmdl
# *.dbproj.schemaview
# *.dll
# *.dotCover
# *.DotSettings.user
# *.dsp
# *.dsw
# *.dylib
# *.e2e
# *.egg
# *.egg-info/
# *.exe
# *.gch
# *.GhostDoc.xml
# *.gpState
# *.ilk
# *.iobj
# *.ipdb
# *.jfm
# *.jmconfig
# *.la
# *.lai
# *.ldf
# *.lib
# *.lo
# *.mdf
# *.meta
# *.mm.*
# *.mod
# *.msi
# *.msix
# *.msm
# *.msp
# *.ncb
# *.ndf
# *.nuget.props
# *.nuget.targets
# *.nupkg
# *.nvuser
# *.o
# *.obj
# *.odx.cs
# *.opendb
# *.opensdf
# *.opt
# *.out
# *.pch
# *.pdb
# *.pfx
# *.pgc
# *.pgd
# *.pidb
# *.plg
# *.psess
# *.publishproj
# *.publishsettings
# *.pubxml
# *.py,cover
# *.py[cod]
# *.pyc
# *.rdl.data
# *.rptproj.bak
# *.rptproj.rsuser
# *.rsp
# *.rsuser
# *.sap
# *.sbr
# *.scc
# *.sdf
# *.sln.docstates
# *.sln.iml
# *.slo
# *.smod
# *.snupkg
# *.so
# *.suo
# *.svclog
# *.swo
# *.swp
# *.tlb
# *.tlh
# *.tli
# *.tlog
# *.tmp
# *.tmp_proj
# *.tss
# *.user
# *.userosscache
# *.userprefs
# *.vbp
# *.vbw
# *.VC.db
# *.VC.VC.opendb
# *.VisualState.xml
# *.vsp
# *.vspscc
# *.vspx
# *.vssscc
# *.xsd.cs
# *_autogen/
# *_h.h
# *_i.c
# *_p.c
# *_wpftmp.csproj
# *~
# .*crunch*.local.xml
# ._*
# .axoCover/*
# .builds
# .coverage
# .coverage.*
# .cr/personal
# .DS_Store
# .DS_Store?
# .eggs/
# .env
# .fake/
# .history/
# .hypothesis/
# .installed.cfg
# .ionide/
# .localhistory/
# .mfractor/
# .nox/
# .ntvs_analysis.dat
# .paket/paket.exe
# .pytest_cache/
# .Python
# .ruff_cache/
# .sass-cache/
# .Spotlight-V100
# .tox/
# .Trashes
# .vs/
# .vscode/*
# .vshistory/
# [Aa][Rr][Mm]/
# [Aa][Rr][Mm]64/
# [Bb]in/
# [Bb]uild[Ll]og.*
# [Dd]ebug/
# [Dd]ebugPS/
# [Dd]ebugPublic/
# [Ee]xpress/
# [Ll]og/
# [Ll]ogs/
# [Oo]bj/
# [Rr]elease/
# [Rr]eleasePS/
# [Rr]eleases/
# [Tt]est[Rr]esult*/
# [Ww][Ii][Nn]32/
# __version__.py
# _Chutzpah*
# _deps
# _NCrunch_*
# _pkginfo.txt
# _private
# _Pvt_Extensions
# _ReSharper*/
# _TeamCity*
# _UpgradeReport_Files/
# _version.py
# AppPackages/
# artifacts/
# ASALocalRun/
# AutoTest.Net/
# Backup*/
# BenchmarkDotNet.Artifacts/
# bld/
# BundleArtifacts/
# ClientBin/
# cmake_install.cmake
# CMakeCache.txt
# CMakeFiles
# CMakeLists.txt.user
# CMakeScripts
# CMakeUserPresets.json
# compile_commands.json
# cover/
# coverage*.info
# coverage*.json
# coverage*.xml
# coverage.xml
# csx/
# CTestTestfile.cmake
# develop-eggs/
# dlldata.c
# DocProject/buildhelp/
# DocProject/Help/*.hhc
# DocProject/Help/*.hhk
# DocProject/Help/*.hhp
# DocProject/Help/*.HxC
# DocProject/Help/*.HxT
# DocProject/Help/html
# DocProject/Help/Html2
# downloads/
# ecf/
# eggs/
# ehthumbs.db
# env.bak/
# env/
# ENV/
# FakesAssemblies/
# FodyWeavers.xsd
# Generated\ Files/
# Generated_Code/
# healthchecksdb
# htmlcov/
# install_manifest.txt
# ipch/
# lib/
# lib64/
# Makefile
# MANIFEST
# MigrationBackup/
# mono_crash.*
# nCrunchTemp_*
# nosetests.xml
# nunit-*.xml
# OpenCover/
# orleans.codegen.cs
# Package.StoreAssociation.xml
# paket-files/
# parts/
# project.fragment.lock.json
# project.lock.json
# publish/
# PublishScripts/
# rcf/
# ScaffoldingReadMe.txt
# sdist/
# ServiceFabricBackup/
# StyleCopReport.xml
# Testing
# TestResult.xml
# Thumbs.db
# UpgradeLog*.htm
# UpgradeLog*.XML
# var/
# venv.bak/
# VERSION.txt
# wheels/
# x64/
# x86/
# ~$*
# external/
# src/abersetz/__about__.py
# abersetz_chunk_translations/

# --- Detected directories (uncomment to exclude) ---

# tests/
# docs/
# examples/

# --- Test file patterns (uncomment to exclude) ---

# *.test.*
# *.spec.*
# *.snap

# --- Project-specific active exclusions (abersetz) ---
external/
scratch/
issues/
.swarm/
.omc/
.codegraph/
.specstory/
llms.txt
*.db
*.jsonl
*.txt
