Files
AE_Anons/.gitignore

21 lines
215 B
Plaintext

.DS_Store
# Файлы окружения
.env
# Логи
logs/
*.log
out.txt
# Выходные файлы
output/
*.xlsx
*.json
# IDE
.vscode/
.idea/
*.swp
# Скомпилированные файлы
target/