# Git
.git/
.gitignore

# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/
.coverage

# Frontend (Stage 1에서 별도 빌드)
frontend/node_modules/
frontend/dist/

# Runtime data
data/
db/

# Secrets
config/secrets.env
.env

# IDE / Docs
.vscode/
.idea/
docs/
.agent/
.claude/
AGENTS.md
CLAUDE.md

# Tests (unit tests 제외, e2e/fixtures는 테스트 빌드에 필요)
tests/unit/
tests/conftest.py
