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:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.egg-info/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
.venv/
|
||||||
|
.eggs/
|
||||||
|
*.egg
|
||||||
|
.ruff_cache/
|
||||||
|
.pytest_cache/
|
||||||
|
.mypy_cache/
|
||||||
|
config/derp.toml
|
||||||
Reference in New Issue
Block a user