Skip to content

Add .gitignore for Python and data files#1

Open
ssuebin wants to merge 1 commit into
mainfrom
feat/add-gitignore
Open

Add .gitignore for Python and data files#1
ssuebin wants to merge 1 commit into
mainfrom
feat/add-gitignore

Conversation

@ssuebin
Copy link
Copy Markdown
Owner

@ssuebin ssuebin commented Apr 30, 2026

Summary

  • Python 캐시 파일 제외 (__pycache__, *.pyc, *.pyo)
  • 환경변수 파일 제외 (.env)
  • CSV 데이터 파일 제외 (*.csv)

Test plan

  • .gitignore 패턴이 의도한 파일을 정상 제외하는지 확인

Generated with Claude Code

Excludes __pycache__, compiled Python files, .env, and CSV data files
from version control.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant