# Build-Kontext minimieren: nur das Notwendige fuer pip-build kommt rein.
.git/
.github/
.gitignore
.dockerignore
audits/
tests/
docs/
scripts/
__pycache__/
**/__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.venv/
venv/
build/
dist/
Dockerfile
docker-compose.yml
tools.lock.json
claude_desktop_config.json
CONTRIBUTING.md
CHANGELOG.md
EXAMPLES.md
README.de.md
