# Local Python environments and dependency caches
.venv*/
.codex_pydeps/
.pip-cache/
.pre-commit-cache/

# Python caches and test/type-checking output
.mypy_cache/
.pyright/
.pytest_cache/
.rumdl_cache/
.ruff_cache/
.tmp/
tmp/
.temp/
temp/
__pycache__/
*.py[cod]
.coverage
htmlcov/
inbox/

# Packaging and build output
build/
dist/
*.egg-info/
pip-wheel-metadata/

# IDE and editor metadata
.idea/
.vscode/
*.swp
*.swo

# Local secrets and logs
.env
.env.*
!.env.example
*.log

# Operating-system metadata
.DS_Store
Thumbs.db
