# Build artefacts
dist/
build/
*.egg-info/
*.egg
__pycache__/
*.pyc
*.pyo

# Virtual envs
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# uv lock retained but exclude editor/system files
.DS_Store
.idea/
.vscode/
*.swp

# Local env files
.env
.env.local
