Skip to content

Instantly share code, notes, and snippets.

@pixelchai
Last active May 1, 2024 13:37
Show Gist options
  • Save pixelchai/16a831a2af2a87e4d8b2d76eaa3642a6 to your computer and use it in GitHub Desktop.
Save pixelchai/16a831a2af2a87e4d8b2d76eaa3642a6 to your computer and use it in GitHub Desktop.
My simple Python .gitignore file
__pycache__/
*.lock
**/.nfs*
.idea/
/venv/
**/.fuse_hidden*
.ipynb_checkpoints/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment