Skip to content

Instantly share code, notes, and snippets.

@pixelchai
Last active September 27, 2024 18:19
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
.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