# API keys — NEVER commit
api_keys.yaml

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/

# Build artifacts
build/
dist/


# macOS
.DS_Store

# Vaani local data
*.db
*.log
nohup.out

# Build output archives
dist.zip

