diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..78f4b5e --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +myenv +myenv/ +# Ignore the virtual environment directory +__pycache__ +# Ignore Python bytecode files +*.pyc +# Ignore compiled Python files +*.pyo +