/
Ru5Kasper
/
Trackly
Обзор
Документация
Войти
/
Ru5Kasper
/
Trackly
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
.gitignore
47 строк
609 B
DORANDKOR
create: .gitignore, cleanup(frontend): remove ignored directories
19 мар 2026, 18:58
19 мар 2026, 18:58
6021c3a
Код
Авторство
О чём код?
# macOS .DS_Store # Windows Thumbs.db ehthumbs.db # IDEs / editors .idea/ *.iml *.iws .vscode/ .vs/ # Android / local SDK settings (local to developer machine) android/local.properties **/local.properties # Flutter / Dart project files (tooling metadata) .flutter-plugins .flutter-plugins-dependencies .packages .dart_tool/ # Python / FastAPI local & env files .env .env.* .venv/ venv/ env/ ENV/ __pycache__/ *.py[cod] *.pyo pip-log.txt pip-delete-this-directory.txt # Python tool caches and test artifacts .mypy_cache/ .pytest_cache/ .coverage htmlcov/ # Misc logs, temporary files *.log *.tmp *.swp