# Lock files
uv.lock
bun.lockb

# Secrets & live config (commit *.toml.example only)
secrets.toml
*.toml
!*.toml.example
!pyproject.toml

# Python
__pycache__/
*.pyc
.venv/
.pytest_cache/
.ruff_cache/

# Node / Svelte
node_modules/
.svelte-kit/
build/
dist/

# Pulumi
Pulumi.*.yaml
!Pulumi.yaml

# OS
.DS_Store
