Skip to content

Commit

Permalink
Add .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoclawski committed May 21, 2024
1 parent e537c8c commit 61ff564
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__

# Unit test / coverage reports
.tox

# PyCharm
.idea

# pyenv
.python-version

0 comments on commit 61ff564

Please sign in to comment.