# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
build/
dist/
generated/
# Node / editors
node_modules/
.vscode-test/
.idea

# Environment
.env
.env.*
!.env.example

# OS
.DS_Store
Thumbs.db

# Dryv local cache and materialized resources
.dryv/
