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

# Логи
logs/
*.log
out.txt
.build_timing

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

# IDE
.vscode/
.idea/
*.swp

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