.venv
.coverage
.coverage.*
_build
.DS_Store
.vscode
.python-version
docs/_static/pypi.svg
.tox
__pycache__

# Packaging artifacts
black.egg-info
black.dist-info
build/
dist/
# cibuildwheel's output, which only CI produced before
wheelhouse/
# build scratch: one worktree per wheel, and the containers' pip cache.
# Tracked ignores, not .git/info/exclude, because hatchling and black read
# .gitignore and neither sees the other file -- the pip cache reached a
# 115MB sdist that way.
.claude/worktrees/
.claude/pip-cache/
pip-wheel-metadata/
.eggs

src/_black_version.py
.idea

.dmypy.json
*.swp
.hypothesis/
venv/
.ipynb_checkpoints/
node_modules/
*.pyd
*.iml
