fix: gitignore live config, add example template

Untrack config/derp.toml to avoid leaking credentials.
Ship config/derp.toml.example as the reference template.
This commit is contained in:
user
2026-02-15 00:41:19 +01:00
parent bf45abcbad
commit 970d5d8b0b
2 changed files with 13 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
.eggs/
*.egg
.ruff_cache/
.pytest_cache/
.mypy_cache/
config/derp.toml