Skip to content

Commit

Permalink
Adding .gitignore items
Browse files Browse the repository at this point in the history
(cherry picked from commit 65b92f9e4e2682560fb757a3a8b886de852264b8)
  • Loading branch information
ranade1 committed Mar 24, 2023
1 parent a1e874e commit ab27eaa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
.DS_Store
._*

# Idea files
.idea
.run

# pip requirements file
.requirements

# Python compiled files
*.pyc
*.pyo
Expand Down

0 comments on commit ab27eaa

Please sign in to comment.