Files
chrani-bot-tng/.gitignore
2025-11-21 07:26:02 +01:00

49 lines
391 B
Plaintext

/bot/options/
# 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
# Virtual Environment
venv/
ENV/
env/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Local environment
.env
# Logs
*.log
gunicorn.pid
*.pid
/bot/modules/storage/storage.json