feat(config): implement configuration system and contributing guide (#6, #4)

This commit is contained in:
2026-01-27 00:10:27 -08:00
parent 631046df34
commit 092299ff33
6 changed files with 767 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,7 +1,6 @@
# Local configuration files (contain secrets - do NOT commit)
# Developers should copy config.example to config and add their test credentials
config
*.config
config.json
!config.example
!*.config.example