.DS_Store
.idea/
.ruff_cache/
.mypy_cache/
.pytest_cache/
.venv/
dist/
build/
*.egg-info/
__pycache__/
*.py[cod]
site/
.coverage
htmlcov/

# Local agent installations and editor state
.agents/
.codex/
skills-lock.json
.vscode/

# Local credentials and environment overrides
.env
.env.*
!.env.example
auth.json

# Additional test and tooling artifacts
.coverage.*
coverage.xml
.tox/
.nox/
*.log
