13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
# python artifacts
|
|
*/__pycache__
|
|
__pycache__/
|
|
*.pyo
|
|
*.pyc
|
|
.venv/
|
|
|
|
# sacrificial
|
|
uv.lock
|
|
|
|
# configs
|
|
config/
|
|
!config/alarms.sample.json |