# Python caches
__pycache__/
*.py[cod]
*.pyo

# Test and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Build artifacts
build/
dist/
*.egg-info/

# Local logs generated by examples
logs/

# Environment files
.env
.env.*
