# Secrets — niemals committen
.env
*.env

# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
dist/
build/

# Tests
.pytest_cache/
.coverage

# Docker
*.tar.gz

# macOS
.DS_Store
npm/node_modules/
data/
npm/.mcpregistry_github_token
npm/.mcpregistry_registry_token
