Add repository hygiene ignore rules

This commit is contained in:
Виталий Литвинов
2026-04-25 22:59:41 +03:00
parent 6840d309af
commit 5714714d3c

51
.gitignore vendored Normal file
View File

@@ -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