Files
ntfy-matrix-bridge/.gitignore
2026-06-17 22:24:58 -04:00

18 lines
175 B
Plaintext

# Configuration files
config.yaml
.env
# State files
state.json
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv