/
Ru5Kasper
/
Trackly
Обзор
Документация
Войти
/
Ru5Kasper
/
Trackly
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
backend/.gitignore
44 строки
538 B
DORANDKOR
create: .gitignore, cleanup(frontend): remove ignored directories
19 мар 2026, 18:58
19 мар 2026, 18:58
6021c3a
Код
Авторство
О чём код?
# Python bytecode and caches __pycache__/ *.py[cod] *$py.class # Distribution / packaging artifacts build/ dist/ *.egg-info/ .eggs/ # Virtual environments .venv/ venv/ env/ ENV/ # Environment and secrets .env.development .env.* !.env.development *.local # FastAPI / Uvicorn runtime artifacts *.log # Test, type-check, and coverage caches .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage .coverage.* htmlcov/ # Database and migration local artifacts *.db *.sqlite *.sqlite3 # IDE and OS noise .vscode/ .idea/ .DS_Store Thumbs.db