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

# Caches
__pycache__/
*.py[cod]
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Virtualenvs
.venv/
venv/
.python-version

# uv (commit uv.lock for apps, not libraries)
# uv.lock
