Skip to content

Commit

Permalink
Merge pull request #6 from daniel-larraz/ignore-files
Browse files Browse the repository at this point in the history
Remove and ignore compiled python files
  • Loading branch information
daniel-larraz authored Sep 18, 2024
2 parents 0581b7b + 6aae7d0 commit 1e931dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
_build
.vscode

.DS_Store

*.pyc
__pycache__/

Binary file removed beginners/ext/__pycache__/examples.cpython-312.pyc
Binary file not shown.
Binary file not shown.

0 comments on commit 1e931dd

Please sign in to comment.