diff --git a/.gitignore b/.gitignore index 123f9a2..eec5c2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ -# Ignore pycache and other Python artifacts +# Ignore Python cache directories __pycache__/ + +# Ignore compiled Python files +*.pyc + +# Ignore other Python artifacts *.py[cod] *$py.class -*.pyc \ No newline at end of file