# Package-local ignore, kept minimal on purpose (build / venv / cache only) so
# the published sdist carries this harmless file rather than the monorepo-root
# .gitignore.

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

# Virtual envs
.venv/
venv/

# Test / coverage artifacts
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Byte-compiled
__pycache__/
*.py[cod]
