diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..796933d --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +# Local secrets and environment +.env +.env.* +!.env.example +*.pem +*.key +*.p12 +id_rsa* +known_hosts + +# Python/runtime cache +__pycache__/ +*.py[cod] +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ +.coverage +htmlcov/ +venv/ +.venv/ + +# Node/runtime cache +node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Logs, temporary files, generated backups +*.log +*.tmp +*.bak +*.old +*~ +backup/ +backups/ +dumps/ +*.tar +*.tar.gz +*.zip + +# OS/editor noise +.DS_Store +Thumbs.db +.idea/ +.vscode/ + +# goTelegram local/generated state +gotelegram_state/ +user_stats_history.csv +disabled_users.json +backup_schedule.json