diff --git a/.gitignore b/.gitignore index c69146f..3167e04 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ .coverage* /htmlcov/ /api/python/docs/ + +# Compiled python files +__pycache__/ +*.py[cod] \ No newline at end of file