Files
derp/.containerignore
user 7b9cde6192 feat: add container support with Containerfile and make targets
- 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>
2026-02-15 01:16:05 +01:00

14 lines
128 B
Plaintext

.venv/
.git/
.ruff_cache/
.pytest_cache/
.mypy_cache/
__pycache__/
*.pyc
*.egg-info/
build/
dist/
tests/
docs/
config/derp.toml