# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Virtual environments
.venv/
venv/
env/

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

# JavaScript Actions execute the checked-in bundle; CI verifies it is current.
!packages/action/dist/
!packages/action/dist/**

# TestSeal output and caches
.testseal/
testseal-report.json
testseal-report.sarif

# Editors and operating systems
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Local configuration and secrets
.env
.env.*
!.env.example
*.local.toml
