.idea
.vscode
*.iml
.DS_Store
.envrc

# Python
__pycache__/
*.py[cod]
.venv/
venv/
dist/
build/
*.egg-info
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
pytestdebug.log
