diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f382c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Python bytecode +__pycache__/ +*.py[cod] +*$py.class + +# Virtual environments +venv/ +.env/ + +# Pytest +.pytest_cache/ + +# SQLite +*.db + +# OS +.DS_Store