Skip to content

Instantly share code, notes, and snippets.

@koorukuroo
Created November 13, 2025 22:22
Show Gist options
  • Select an option

  • Save koorukuroo/cace48fa1968083ac74ab7c3825c4d0e to your computer and use it in GitHub Desktop.

Select an option

Save koorukuroo/cace48fa1968083ac74ab7c3825c4d0e to your computer and use it in GitHub Desktop.
# Python 캐시/컴파일 파일
__pycache__/
*.pyc
*.pyo
*.pyd
# 가상환경
venv/
.env
.Python
# Git 관련 파일
.git/
.gitignore
# 프로젝트 문서/불필요 파일
README.md
# Infrastructure-related directories (빌드에 필요 없음)
terraform/
k8s/
# OS/Editor files
.DS_Store
*.swp
*.swo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment