feat: add Alembic migrations and category seed data

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mathew Sir Guest the best
2026-05-06 22:42:52 -06:00
co-authored by Claude Opus 4.6
parent e483d1127a
commit c1f7ed44c1
7 changed files with 483 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# Virtual environments
.venv/
venv/
# Environment variables
.env
.env.*
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.coverage
htmlcov/
.pytest_cache/
# mypy
.mypy_cache/
# Playwright MCP
.playwright-mcp/
# setuptools-scm
_version.py
# Superpowers brainstorming
.superpowers/
# SQLite database
wordsearch.db