# Compiled Python files
*.pyc
__pycache__/

# Virtual environment
.venv/

# Distribution artifacts
dist/
*.egg-info/

# Local coverage artifacts
.coverage

# uv lock file (generated)
# Uncomment if you want to commit the lockfile:
# !uv.lock
