Skip to content

fix(git): add common Python entries to gitignore - #90

Open
emre155 wants to merge 1 commit into
anxkhn:mainfrom
emre155:fix/gitignore-python-entries
Open

fix(git): add common Python entries to gitignore#90
emre155 wants to merge 1 commit into
anxkhn:mainfrom
emre155:fix/gitignore-python-entries

Conversation

@emre155

@emre155 emre155 commented Jul 18, 2026

Copy link
Copy Markdown

Summary

Adds standard Python gitignore rules (caches, virtual environments, build outputs, environment variables) to prevent generated files from being tracked by Git (closes #15).

Changes

  • Updated .gitignore to ignore __pycache__/, *.pyc, .env, .pytest_cache/, *.egg-info/, dist/, and build/.
  • Preserved existing ignores (venv/, .vscode/, .idea/).

Signed-off-by: emreumar emreumar@users.noreply.github.com

Signed-off-by: emreumar <emreumar@users.noreply.github.com>
@emre155
emre155 requested a review from anxkhn as a code owner July 18, 2026 16:56
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.

Incomplete .gitignore missing common Python entries

2 participants