Skip to content

Commit

Permalink
Add python stuff to global gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jan 20, 2025
1 parent d3718f0 commit fb3a87a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions git/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ node_modules

# nvim-config-local
local.nvim.lua

# python stuff
__pycache__
.pytest_cache
*.pyc

0 comments on commit fb3a87a

Please sign in to comment.