# Keep the build context small and reproducible.
target/
.git/
.github/
.claude/
.devcontainer/
**/.venv/
**/dist/
**/*.whl
**/__pycache__/
*.log
