From 5714714d3c385778f27fa51ffbece5bfcd7ddf54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D1=82=D0=B0=D0=BB=D0=B8=D0=B9=20=D0=9B=D0=B8?= =?UTF-8?q?=D1=82=D0=B2=D0=B8=D0=BD=D0=BE=D0=B2?= Date: Sat, 25 Apr 2026 22:59:41 +0300 Subject: [PATCH] Add repository hygiene ignore rules --- .gitignore | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .gitignore 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