Skip to content

Commit

Permalink
Adding PyCharm to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatsov committed Sep 2, 2023
1 parent ece96bb commit ccee199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ __pycache__/
*.py[cod]
*$py.class

.idea/

# C extensions
*.so

Expand Down

0 comments on commit ccee199

Please sign in to comment.