__pycache__/
*.py[cod]
*.egg-info/
.DS_Store
.coverage
.mypy_cache/
.pytest_cache/
.ruff_cache/
.playwright-cli/
.venv/
.idea/
build/
dist/
*.log
*.sqlite
*.sqlite3

# Machine-local configuration and benchmark artifacts
.local/
benchmarks/private/
.env
.env.*
!.env.example
.netrc
.npmrc
.pypirc
credentials*.json
secrets*.json
*.key
*.pem
*.p12
*.pfx

# wrangler files
.wrangler
.dev.vars*
!.dev.vars.example
