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

# Virtual environments
.venv/

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

# IDE and operating-system files
.idea/
.vscode/
*.swp
.DS_Store

# Local client state and secrets
.oce-client/
.env
.env.*
