Skip to content

__pycache__ files #55

Answered by AlbertoSinigaglia
CJ-Rose asked this question in Q&A
Discussion options

You must be logged in to vote

gitignore is just a file that Git uses to exclude files and folders from the project tracking... since it's something that you are generating on your local device, you don't want those to be shared (for example, the .vscode is not tracked since it's personal, and coworkers don't care about it)... at the end, everything that starts with . (and so it's a hidden file/folder) should be ignored

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PatrickAlphaC
Comment options

Answer selected by PatrickAlphaC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants