# OS/editor files
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo

# Secrets and local environment
.env
.env.*
!.env.example
*.pem
*.key
*.crt
*.p12
*.pfx

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

# Node / frontend
node_modules/
.next/
out/
coverage/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Logs and local artifacts
*.log
tmp/
temp/
.cache/

