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

use gitignore for compiled python etc #29

Closed
scruffynerf opened this issue May 30, 2024 · 4 comments
Closed

use gitignore for compiled python etc #29

scruffynerf opened this issue May 30, 2024 · 4 comments

Comments

@scruffynerf
Copy link

scruffynerf commented May 30, 2024

It's a best practice to use .gitignore to remove the pycache directories, which are both autocreated, and user specific (version, machine, etc etc)

Also, provide a sample config file to copy before first use, and remove the actual config from the repo, otherwise any git update balks due to file changes made to that config file.

@jgravelle
Copy link
Owner

jgravelle commented May 30, 2024 via email

@jgravelle
Copy link
Owner

Had to meet you half way. Streamlit immediately digests GitHub updates, so a valid config.py is mandatory. Thanks again...

@scruffynerf
Copy link
Author

scruffynerf commented May 30, 2024

@jgravelle
You should delete the existing pycache folders (there are 3 I think)

@jgravelle
Copy link
Owner

jgravelle commented May 30, 2024 via email

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