Removed pyc files

This commit is contained in:
Andreas Tsouchlos
2022-04-21 16:02:22 +02:00
parent 2141f7d833
commit aa430277f5
9 changed files with 6 additions and 2 deletions

8
.gitignore vendored
View File

@@ -1,2 +1,6 @@
kalman_filter/__pycache__
kalman_filter/*.pyc
filter/__pycache__
filter/*.pyc
examples/__pycache__
examples/*.pyc
display/__pycache__
display/*.pyc