Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 2218037

Browse files
committed
Clean up repository - Remove .kiro and .env files
- Removed .kiro/ directory (IDE-specific files) - Removed .env file (contains sensitive data) - Updated .gitignore to prevent future uploads of .kiro/ - Updated version to 2.0.7 in __init__.py
1 parent 5c10964 commit 2218037

File tree

6 files changed

+4
-890
lines changed

6 files changed

+4
-890
lines changed

.env

Lines changed: 0 additions & 156 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
.env.staging
1010
*.env
1111

12+
# Kiro IDE files
13+
.kiro/
14+
1215
# API Keys and sensitive data
1316
api_keys.txt
1417
secrets.json

0 commit comments

Comments
 (0)