Skip to content

Commit

Permalink
Update .gitignore, classic python files to be ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdtx authored Jul 24, 2024
1 parent 98a3708 commit c29b721
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
_build
__pycache__/
*.pyc
*.pyo

# Distribution / packaging
*.egg-info/
dist/
build/

# Sphinx doc
_build/

0 comments on commit c29b721

Please sign in to comment.