Files
random_coffee_bot/.gitignore
Artem Tsyrulnikov f833aeaf41 first commit
2026-02-05 15:41:56 +03:00

28 lines
524 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.
# Исключаем временные файлы и кэш Python
__pycache__/
*.pyc
*.pyo
*.pyd
# Исключаем логи
*.log
# Исключаем файлы конфигурации с секретами
config.yaml
# Исключаем скомпилированные файлы
*.egg-info/
dist/
build/
# Исключаем IDE-специфичные файлы
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Исключаем операционные файлы
.env
.env.local
random_coffee.db