diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..576302a --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Secret environment file — never commit this +.env + +# Persistent database and Python cache +data/ +__pycache__/ +*.pyc +*.db +*.db-journal +.DS_Store + +# Explicitly allow the example template +!.env.example