# ─── OS Files ───────────────────────────────────────────────────────────────
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
ehthumbs.db
desktop.ini

# ─── IDE & Editor Settings ──────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~
.*.sw?

# ─── Environment & Secrets ──────────────────────────────────────────────────
.env
.env.*
!.env.example
secrets/

# ─── Python ─────────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
env/
*.egg-info/
dist/
build/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage*
htmlcov/

# ─── Node.js ────────────────────────────────────────────────────────────────
node_modules/
npm-debug.log*
yarn-error.log*

# ─── Logs & Temp Files ──────────────────────────────────────────────────────
*.log
logs/
*.tmp
*.bak
*.cache
*.pid

# ─── Atlan Tooling ──────────────────────────────────────────────────────────
.atlan/
.claude/worktrees/
remediation/
