Files
tasteby/.gitignore
joungmin 58c0f972e2 Add .DS_Store and cookies.txt to gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 21:31:37 +09:00

20 lines
217 B
Plaintext

__pycache__/
*.pyc
.venv/
.env
node_modules/
.next/
.env.local
*.log
# Java backend
backend-java/build/
backend-java/.gradle/
# K8s secrets (never commit)
k8s/secrets.yaml
# OS / misc
.DS_Store
backend/cookies.txt