Skip to content

Commit 3692f15

Browse files
committed
feat: introduce testing script
I noticed there was a scratch file in `.gitignore` I wrote this to test out #41, and figured it'd be worth sharing within source control!
1 parent c06a441 commit 3692f15

5 files changed

Lines changed: 225 additions & 15 deletions

File tree

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Snoo Account Credentials
2+
# Replace with your actual Snoo account details & copy to .env
3+
SNOO_EMAIL=your_email@example.com
4+
SNOO_PASSWORD=your_password

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ venv
55
*.pyc
66
.coverage
77
testing.py # My scratch file.
8+
9+
# Environment variables
10+
.env
11+
.env.local
12+
.env.*.local

0 commit comments

Comments
 (0)