# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
.venv-*/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Node
node_modules/
cli/dist/

# Env / secrets
.env
*.env
!docker/*.example.yml

# OS / editors
.DS_Store
Thumbs.db
