Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
speleo3 committed Dec 15, 2023
1 parent d15e44a commit 95fd0eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*.pyc
*.pyo
*.swp
*.egg-info

/build
/dist

/.idea
/.vscode

0 comments on commit 95fd0eb

Please sign in to comment.