# IDE
.idea
.vscode

# Python Virtualenv
.venv

# Python artifacts
__pycache__/
.pytest_cache
.coverage
dist/

# Lock files
poetry.lock
uv.lock

# Temporary
tests/tmp
