Files
llm_gateway_test/.gitignore
2025-10-27 09:39:16 +09:00

30 lines
400 B
Plaintext

# 캐시 및 임시 파일 무시
__pycache__/
**/__pycache__/
**/**/__pycache__/
*.py[cod]
.ruff_cache/
.pytest_cache/
# 로그/업로드 디렉토리 무시
src/static/html/generated/
minio/
logs/
cached/
temp_upload/
test/
# Loki 관련 무시
loki/
**/loki/
# 기타
.DS_Store
api_keys.json
docker-compose_minio.yml
# gitignore for specific environment files
.env.8888
.env.8889
.venv
TODO.md