.DS_Store

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.python-version
.pytest_cache/


# Virtual environments
.venv

# Local editor settings — but track shared task definitions
# (git can't re-include a file whose parent dir is excluded, so list
# the unwanted entries inside .vscode/ rather than the dir itself).
.vscode/*
!.vscode/tasks.json

# Local-only PyPI placeholder/shim build dirs (see PLACEHOLDER_PYPI_PLAN.md / RENAME_PLAN.md)
_pypi_placeholders/