__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.ruff_cache/
*.egg-info/
build/
dist/
.DS_Store
# IDE — shared config (inspection profiles, code styles) is tracked;
# user-specific files are excluded by .idea/.gitignore.