Skip to content

Commit 9bfd6c2

Browse files
committed
feat: introduce testing script
I noticed there was a scratch file in `.gitignore` I wrote this to test out Lash-L#41 and figured it'd be worth sharing within source control!
1 parent 62bf832 commit 9bfd6c2

File tree

5 files changed

+238
-15
lines changed

5 files changed

+238
-15
lines changed

.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)