# Large or unused assets (stay under 250 MB bundle limit)
public/ressources/
examples/
docs/
tests/
.github/
.skill/
site/
*.pdf

# Additional exclusions to reduce bundle size
config/
Dockerfile
docker-compose.yml
.editorconfig
.pre-commit-config.yaml
.env.example
htmlcov/
# Root markdown only (not *.md: poetry editable install needs README.md in the upload tree).
CODE_OF_CONDUCT.md
CONTRIBUTING.md
SECURITY.md
FALLBACK_IMPLEMENTATION.md

# Dev / build / tooling (buildCommand: python -m mcp_core.build_static_server_card)
Makefile
mkdocs.yml
renovate.json
requirements-dev.txt
.git/
.gitignore
.pytest_cache/
.coverage
*.pyc
__pycache__/
*.egg-info/
*.egg
