Skip to content

Commit 847b799

Browse files
author
SM_SAYEED
committed
Clean repo: code only, secrets removed
1 parent de853a6 commit 847b799

File tree

4 files changed

+667
-1
lines changed

4 files changed

+667
-1
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Secrets / creds
2+
credentials.json
3+
token.json
4+
5+
# Key/cert files
6+
*.pem
7+
*.p12
8+
*.key
9+
*.crt
10+
11+
patterns-matter.db
12+
uploads/
13+
__pycache__/
14+
*.pyc
15+
.env

0 commit comments

Comments
 (0)