# Virtual environment
.venv/
**/__pycache__/
**/.DS_Store

# Lock files
uv.lock

# Build artefacts
dist/
*.tar.gz
*.whl

# IDE
.vscode/

# Lint/Test/Coverage artifacts
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
.cache/

# Coverage report
htmlcov/
coverage.xml
