
# MacOS files
.DS_Store

# Python virtual environments and build artifacts
.venv/
dist/
build/
.build*
__pycache__/
.mypy_cache/
__pypackages__/
._*

# Miscellaneous files
*.lock
.uv-*

# Egg files and binary distributions
EGG*
*.egg*
*.so
*.pyd
*.whl
*.c
coverage.xml
build.py

# Specific src patterns (adjust if needed)
src/*-info/
src/*_worker_*/

# Pytest caches
.pytest*
