Skip to content

Commit

Permalink
added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Berenz committed Oct 10, 2024
1 parent 09eb4cf commit ed44dff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Python bytecode
__pycache__/
.py[cod]

# Environments
venv

# Coverage reports
.coverage
*.xml

# mypy
.mypy_cache/

# Editors.
*~

0 comments on commit ed44dff

Please sign in to comment.