- Add DELETE /project/<id>/delete route with ownership check, active-run guard, filesystem cleanup (shutil.rmtree), and StoryState cascade delete - Add delete button + confirmation modal to project page header - Add delete button + per-project confirmation modal to dashboard cards - Add CLAUDE.md to .gitignore and remove it from git tracking Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
33 lines
461 B
Plaintext
33 lines
461 B
Plaintext
.env
|
|
__pycache__/
|
|
run_*/
|
|
*.docx
|
|
*.epub
|
|
data/
|
|
token.json
|
|
credentials.json
|
|
|
|
# AI Blueprint and Context Files
|
|
ai_blueprint.md
|
|
plans/
|
|
|
|
# Claude / Anthropic Artifacts
|
|
CLAUDE.md
|
|
.claude/
|
|
claude.json
|
|
|
|
# Gemini / Google Artifacts
|
|
.gemini/
|
|
gemini_history.json
|
|
|
|
# AI Coding Assistant Directories (Roo Code, Cline, Cursor, Windsurf)
|
|
.roo/
|
|
.cline/
|
|
.cursor/
|
|
.cursorrules
|
|
.windsurfrules
|
|
.cascade/
|
|
|
|
# AI Generated Index and Memory Cache Files
|
|
*.aiindex
|
|
ai_workspace_index.json |