Last active
September 27, 2024 18:19
-
-
Save pixelchai/16a831a2af2a87e4d8b2d76eaa3642a6 to your computer and use it in GitHub Desktop.
My simple Python .gitignore file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.idea/ | |
.vscode/ | |
__pycache__/ | |
*.lock | |
**/.nfs* | |
/venv/ | |
**/.fuse_hidden* | |
.ipynb_checkpoints/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment