# OS
.DS_Store
Thumbs.db
desktop.ini

# Editor
.vs/
.idea/
*.swp
*.swo
*.bak
*.tmp
*~

# Secrets / env
.env
.env.local
.env.*.local
.env.development
!.env.example
!.env.sample

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# .NET
**/bin/
**/obj/
TestResults/
**/*.DotSettings.user
**/*.user
src/packages/
*.suo
*.userosscache
*.sln.docstates

# JavaScript / TypeScript
**/node_modules/
**/dist/
*.tgz
.yarn/cache
.yarn/build-state.yml
.yarn/install-state.gz
.yarn/unplugged
.pnp.*

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg
*.egg-info/
.venv/
venv/
.env-py/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/

# Mock server (regenerated on every run)
scripts/.cache/

# act — local secrets file (template lives at .secrets.example)
.secrets

# Coverage
coverage/
htmlcov/
.coverage
.coverage.*
*.lcov
lcov.info
*.cover
