# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
sdist/

# Virtual environments
.venv/
venv/
env/

# uv — lockfile is committed so `uv sync` (e.g. Glama's container build) installs
# from pinned versions and skips index resolution, hardening against transient
# PyPI 5xx during the build.

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*
!.env.example
.local/
.mcp.json

# Local strategy notes — never publish
PRODUCT_STRATEGY.md

packages/*/dist/
