# Build artifacts
dist/
build/
*.egg-info/
src/*.egg-info/

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.venv/
venv/
