.DS_Store
.env
.env.*
!.env.example
.next/
.next-assistant-smoke/
out/
node_modules/
coverage/
test-results/
playwright-report/
drizzle/meta/_journal.json
*.tsbuildinfo
*.log
.cloudflared/
.git-commit-msg.tmp
.commit-msg*.tmp
.biome-errors.txt
.eslint-config.json
.pr-body*.md

# Python package build/dev artefacts (packages/geotech-cli, etc.)
.venv/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
dist/
build/
*.egg-info/