Remove instance/ from tracking, fix ruff lint errors
Security: - Remove instance/.secret_key and instance/stegasoo.db from git - Add instance/ to .gitignore (was only ignoring frontends/web/instance/) Lint fixes: - Remove unused imports in temp_storage.py (os, shutil) - Sort imports and fix f-string placeholders in cli.py 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -69,6 +69,7 @@ scripts/*
|
||||
!scripts/validate-release.sh
|
||||
|
||||
# Web UI auth database and SSL certs
|
||||
instance/
|
||||
frontends/web/instance/
|
||||
frontends/web/certs/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user