Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add a .gitignore to repository root #32

Open
dstults opened this issue Nov 24, 2024 · 1 comment
Open

Please add a .gitignore to repository root #32

dstults opened this issue Nov 24, 2024 · 1 comment

Comments

@dstults
Copy link

dstults commented Nov 24, 2024

Proposed contents of the .gitignore:

__pycache__
OmniGen
tmp

Reasoning:
pycache avoids Python-user-specific binaries from showing up as git drift and prevents their accidentally getting committed
OmniGen is a clone of the HF repo and is used only for caching code and should not get committed either
tmp is for temp files such as loaded images and should not get committed either

@1038lab
Copy link
Owner

1038lab commented Dec 8, 2024

added

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

No branches or pull requests

2 participants