# macOS
.DS_Store

# Editors and IDEs
.idea/

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Virtual environments and local uv state
.venv/
.uv-cache/

# Test and coverage output
.coverage
.coverage.*
coverage.xml
htmlcov/

# Build and packaging output
build/
dist/
*.egg-info/

# Sphinx output
docs/built/*
!docs/built/.gitkeep
docs/source/generated/
