Files
derp/.gitignore
user 970d5d8b0b fix: gitignore live config, add example template
Untrack config/derp.toml to avoid leaking credentials.
Ship config/derp.toml.example as the reference template.
2026-02-15 00:41:19 +01:00

14 lines
128 B
Plaintext

__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
.eggs/
*.egg
.ruff_cache/
.pytest_cache/
.mypy_cache/
config/derp.toml