diff --git a/.gitignore b/.gitignore index e2c9fd2..c2c90eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ -*.codeworkspace \ No newline at end of file +# Filetypes +*.codeworkspace +*.pyc + + +# Directories +__pycache__/ \ No newline at end of file