- Containerfile: python:3.13-slim base, pip install, copy plugins - .containerignore: exclude dev artifacts from build context - Makefile: add build, container-run, container-stop, container-logs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
128 B
Plaintext
14 lines
128 B
Plaintext
.venv/
|
|
.git/
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
tests/
|
|
docs/
|
|
config/derp.toml
|