# OS
.DS_Store
Thumbs.db
desktop.ini

# Editors
.vscode/
.idea/
*.swp
*~

# Env / secrets
.env
.env.*
!.env.example
*.key
*.pem

# Dependencies
node_modules/
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/

# Build artifacts
dist/
build/
*.tsbuildinfo

# Python tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
coverage.xml

# Logs
*.log
npm-debug.log*

# Local scratch
scratch/
tmp/

# Polyglot translation cache
.polyglot-cache.json

# pip-audit scratch
requirements-audit.txt

# characterization run outputs
char-*.json
characterization-report.json
site/.astro/
