##
## Python
##
__pycache__

# setuptools
/dist
/src/*.egg-info

# setuptools_scm
/src/should_color/_version.py

# mypy
.mypy_cache/

# IntelliJ/PyCharm
*.iml
.idea

# uv - libraries should not include lockfile
/uv.lock

##
## Miscellaneous
##
.DS_Store

