# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.env*
# .env.example files are committed templates, not secrets - without this
# negation the blanket .env* rule above hides them from every `git status`/
# `git add`, so they silently never get committed (verified: none of the
# .env.example files across clientservers/, py-server/, or java-server/
# were actually tracked, despite being referenced as the setup reference
# throughout).
!.env.example
!**/.env.example
BackendCollector/data*
BackendCollector/queries*

# Java / Maven build output
target/
*.class

# Python build/cache output
__pycache__/
*.pyc
*.egg-info/
.venv/
venv/

# Demo/test servers - not part of the published product, kept local-only
clientservers/