# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment/secrets
.env
.env.*
!.env.example

# Test and coverage artifacts
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.pytest_work/
.pytest_codex_tmp/
pytest-cache-files-*/

# Type/lint caches
.mypy_cache/
.ruff_cache/

# Local temp/build scratch
.tmp_build/
.tmp_build*/
