# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
coverage.xml

# uv
uv.lock

# Planning docs kept locally, not published
docs/nutrition-mcp-prd.md
nutrition-mcp-prd.md

# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
