diff --git a/.gitignore b/.gitignore index 9b8920b..ce91e5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ *.log config.py +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod]