Skip to content

Instantly share code, notes, and snippets.

@kouichi-c-nakamura
Created January 30, 2026 02:52
Show Gist options
  • Select an option

  • Save kouichi-c-nakamura/c5676a7aa524129a0ca45d473a3661c0 to your computer and use it in GitHub Desktop.

Select an option

Save kouichi-c-nakamura/c5676a7aa524129a0ca45d473a3661c0 to your computer and use it in GitHub Desktop.
.gitignore template for Python
# Python Bytecode
__pycache__/
*.py[cod]
*$py.class
# Jupyter Notebook
.ipynb_checkpoints
# VS Code settings
.vscode/
# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# OS generated files
.DS_Store
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment