.git
.github
.venv
.venv-*/
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
tests/
docs/
.pre-commit-config.yaml
.yamllint.yaml
.markdownlint.yaml
.editorconfig
.gitignore
.dockerignore
Makefile
CHANGELOG.md
CONTRIBUTING.md
AGENTS.md
SECURITY.md
