diff --git a/.gitignore b/.gitignore index 21d0b89..2bbace6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ .venv/ + +# Byte-compiled / optimized / DLL files +__pycache__/ + +data/ \ No newline at end of file