Compare commits

...

2 Commits

Author SHA1 Message Date
Isaac Shoebottom
490552f9bd Remove pyc files 2022-10-31 10:03:04 -03:00
Isaac Shoebottom
07b1461635 Update gitignore 2022-10-31 10:02:49 -03:00
7 changed files with 7 additions and 1 deletions

8
.gitignore vendored
View File

@ -1,4 +1,10 @@
# Racket related files
*.bak
# Javascript related files
.nyc_output
# Python related files
.pytest_cache
.coverage
.coverage
__pycache__