network/.gitignore

15 lines
252 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.

pycache/
*.pyc
*.pyo
*.pyd
# Игнорировать файлы окружения
venv/
.venv/
# Игнорировать файлы конфигурации VS Code
.vscode/
# Игнорировать файлы с токенами
.env
token.txt