# Project: Telegram Bot
# Author: Molla Samser
# Designer & Tester: Rima Khatun
# Website: https://rskworld.in
# Contact: hello@rskworld.in | +91 93305 39277
# Address: Nutanhat, Mongolkote, Purba Burdwan, West Bengal, India, 713147
# Copyright: © 2026 RSK World. All rights reserved.

# Environment variables
.env
.env.local
.env.*.local

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Database
*.db
*.sqlite
*.sqlite3
bot.db

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Logs
*.log
logs/
error.log

# Temporary files
*.tmp
*.temp
temp/
tmp/

# OS
.DS_Store
Thumbs.db

# Generated files
*.pdf
*.mp3
*.png
qrcode_*.png
voice_*.mp3
note_*.pdf

