# OS
.DS_Store
# IDE files
.idea
.vscode
# secrets / local config
.env
# Setuptools distribution and build folders.
dist
build
*.egg-info
.eggs
# Python bytecode
__pycache__
*.pyc
*.py~
# uv / virtualenvs
.venv
# tool caches
.pytest_cache
.ruff_cache
.mypy_cache
.cache
# produced by `vuer sync` / `vuer envs-pull` when run inside the repo
vuer_environments
environments-lock.yaml
downloads
