# VCS
.git
.gitignore
.gitattributes

# CI / IDE
.forgejo
.github
.vscode
.idea

# Python artifacts and tooling caches
.venv
__pycache__
*.py[cod]
*.egg-info
build/
dist/
.pytest_cache/
.ruff_cache/
.ty_cache/
.mypy_cache/
.coverage
htmlcov/

# Tests and examples are not shipped in the runtime image.
tests/
examples/

# Local compose stack and Trino catalog used by integration tests.
docker-compose.yml
trino-catalog/

# Docker metadata
Dockerfile
.dockerignore
