Files
wehub-resource-sync 247153575d
Tests / tests (map[TOXENV:py310], macos-latest, 3.10) (push) Has been cancelled
Tests / tests (map[TOXENV:py311], macos-latest, 3.11) (push) Has been cancelled
Tests / tests (map[TOXENV:py312], macos-latest, 3.12) (push) Has been cancelled
Tests / tests (map[TOXENV:py313], macos-latest, 3.13) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:01:50 +08:00

111 lines
969 B
Plaintext

# local files
site/*
local_tests/*
.mcpregistry_*
# AI related files
.claude/*
CLAUDE.md
# cached files
__pycache__/
*.py[cod]
.cache
.DS_Store
*~
.*.sw[po]
.build
.ve
.env
.pytest
.benchmarks
.bootstrap
.appveyor.token
*.bak
*.db
*.db-*
# installation package
*.egg-info/
dist/
build/
# environments
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# C extensions
*.so
# pycharm
.idea/
# vscode
*.code-workspace
# Packages
*.egg
*.egg-info
dist
build
eggs
.eggs
parts
bin
var
sdist
wheelhouse
develop-eggs
.installed.cfg
lib
lib64
venv*/
.venv*/
pyvenv*/
pip-wheel-metadata/
poetry.lock
# Installer logs
pip-log.txt
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
mypy.ini
# test caches
.tox/
.pytest_cache/
.coverage
htmlcov
report.xml
nosetests.xml
coverage.xml
# Translations
*.mo
# Buildout
.mr.developer.cfg
# IDE project files
.project
.pydevproject
.idea
*.iml
*.komodoproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
docs/_build
public/
web/