EmailBot/.gitignore

44 lines
413 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Виртуальное окружение
venv/
env/
ENV/
# Файлы с секретами
.env
token.pickle
credentials.json
*.pickle
# База данных
*.db
*.sqlite
*.sqlite3
# Логи
*.log
logs/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Загрузки
downloads/
temp/
# Файлы отладки
debug/
test_*.py