Created
November 13, 2025 22:22
-
-
Save koorukuroo/cace48fa1968083ac74ab7c3825c4d0e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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