diff --git a/.gitignore b/.gitignore index e86d1c4..860469d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,10 @@ *.pyc *.db +*.log +*.spec +*.xml *.cpython-310.pyc -/o \ No newline at end of file +/o +/log +**/__pycache__/ +__pycache__ \ No newline at end of file