# 프로젝트 backend/test_result/ # 시크릿 .env .env.* !.env.example # Python __pycache__/ *.py[cod] *$py.class *.so build/ dist/ *.egg-info/ .eggs/ # 가상환경 / 패키지 매니저 .venv/ venv/ # 테스트 / 타입체크 / 린트 캐시 .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage htmlcov/ # 에디터 / OS .idea/ .vscode/ .DS_Store