chore: add public repository safeguards

This commit is contained in:
2026-09-09 16:24:23 +03:00
parent 2067d8c298
commit f7dd311da4
2 changed files with 68 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# Secrets and local runtime configuration
.env
.env.*
!.env.example
webhook.json
nowcast-geo-alarm-filter.json
# Runtime data and debug output
nowcast-geo-alarm-registrations.csv
logs/
*.log
# Python caches and virtual environments
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
# Test and coverage output
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
# Build and packaging output
build/
dist/
*.egg-info/
# Editor and operating-system files
.idea/
.vscode/
.DS_Store
Thumbs.db