# Secrets — never commit .env .env.* !.env.example *.pem *.key *.p12 *.pfx secrets/ credentials/ .aws/ .ssh/ # Dependencies / build artifacts node_modules/ __pycache__/ *.py[cod] .venv/ venv/ env/ dist/ build/ target/ *.egg-info/ # Editor / OS noise .DS_Store Thumbs.db .vscode/ .idea/ *.swp *.swo # Logs / caches *.log .cache/ .pytest_cache/ .mypy_cache/ .ruff_cache/ coverage/ .coverage .nyc_output/ # Project-specific: local secrets and runtime state config.env announcer.db announcer.db-journal