Skip to content

Improve .gitignore for Python and IDE files - #2

Open
shahabRDZ wants to merge 1 commit into
mainfrom
improve/gitignore
Open

Improve .gitignore for Python and IDE files#2
shahabRDZ wants to merge 1 commit into
mainfrom
improve/gitignore

Conversation

@shahabRDZ

Copy link
Copy Markdown
Owner

Summary

  • Add Python-specific ignore patterns for the playable_demo/ directory
  • Add OS files (.DS_Store, Thumbs.db)
  • Add IDE ignore patterns (.vscode, .idea)

Closes #1 (partial)

Test plan

  • Verify no tracked files are affected by new ignore rules

@shahabRDZ shahabRDZ left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new ignore patterns are well-organized and cover the Python demo, OS artifacts, and IDE config files. This prevents accidental commits of generated files.

Suggestion: consider adding *.log to catch Unity log files as well.

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.

Add README.md with setup instructions

1 participant