Skip to content

Commit 71f398e

Browse files
committed
Clean up repository and remove unnecessary files
1 parent e32d533 commit 71f398e

File tree

9 files changed

+18
-1419
lines changed

9 files changed

+18
-1419
lines changed

.gitignore

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,35 @@ venv/
2525
env/
2626
ENV/
2727

28-
# IDE
28+
# IDE and Editor files
2929
.vscode/
3030
.idea/
3131
*.swp
3232
*.swo
33+
.kiro/
3334

34-
# Logs
35+
# Logs and temporary files
3536
*.log
37+
*.tmp
38+
*.temp
3639

3740
# Backup files
3841
*_backup.json
42+
backup_*.json
3943

40-
# OS
44+
# OS generated files
4145
.DS_Store
46+
.DS_Store?
47+
._*
48+
.Spotlight-V100
49+
.Trashes
50+
ehthumbs.db
4251
Thumbs.db
4352

4453
# Config files (may contain sensitive data)
45-
*_config.json
54+
*_config.json
55+
config.json
56+
57+
# Old uninstaller scripts (replaced by new system)
58+
*-uninstall.py
59+
*-uninstaller.py

.kiro/steering/GEMINI.md

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

0 commit comments

Comments
 (0)