Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Snoo Account Credentials
# Replace with your actual Snoo account details & copy to .env
SNOO_EMAIL=your_email@example.com
SNOO_PASSWORD=your_password
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ venv
*.pyc
.coverage
testing.py # My scratch file.

# Environment variables
.env
.env.local
.env.*.local
Loading