Files
parser/.gitignore

20 lines
201 B
Plaintext
Raw Permalink 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__/
*.py[cod]
# Логи
*.log
# Виртуальное окружение
.venv/
save/
2026/
2027/
# IDE
.vscode/
.idea/
# Файлы ОС
.DS_Store
Thumbs.db