mirror of
https://github.com/anten-ka/gotelegram_pro.git
synced 2026-05-19 11:36:17 +00:00
52 lines
588 B
Plaintext
52 lines
588 B
Plaintext
# 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
|