telegram-cli-bot/.gitignore

33 lines
232 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
# Config
config.yaml
bot_config.json
*.env
.env
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
# Cache
.cache/
huggingface_cache/
# OS
.DS_Store
Thumbs.db