# Exclude noise from the build context
.git
.gitignore
__pycache__
*.pyc
.venv
venv
.pytest_cache
.ruff_cache
dist
build
*.egg-info
.env
*.md
!README.md
Procfile
opencode.json
Dockerfile
.dockerignore
