.DS_Store
*.xlsx
*.txt
# Файлы окружения
.env

# Логи
logs/
*.log

# Выходные файлы
output/
*.xlsx
*.json

# IDE
.vscode/
.idea/
*.swp

# Скомпилированные файлы
target/