- FastAPI backend with SQLite (ai.db) - Tables: skills, snippets, conventions, cache, memory - MCP servers: homelab, gameservers, skills - Docker Compose setup - Seed data with 8 skills, 2 conventions, 2 snippets - Token savings patterns via context bundles and caching
15 lines
122 B
Text
15 lines
122 B
Text
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
.env
|
|
*.db
|
|
*.sqlite
|
|
data/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|