.*
!.github/
!.github/**
!.gitignore
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.env
.idea/
.vscode/
*.so
.pytest_cache/
cache/
output/

# Markdown — only specific files/locations are tracked
*.md
!README.md
!CHANGELOG.md
!docs/**/*.md
