mirror of
https://github.com/anten-ka/gotelegram_pro.git
synced 2026-05-19 12:26:03 +00:00
Add repository hygiene ignore rules
This commit is contained in:
51
.gitignore
vendored
Normal file
51
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user