# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.uv_cache/

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Environment variables — never commit these.
# The server itself needs no API keys; nothing here should ever be required.
.env
.env.*

# Logs
logs
*.log

# Editor directories and files
.idea
.vscode
*.suo
*.sw?

# OS specific
.DS_Store
