Add remaining templates (languages, frameworks, IDEs, OS)

This commit is contained in:
2026-01-29 15:43:55 +00:00
parent bf275019f8
commit b9737db2ec

View File

@@ -0,0 +1,27 @@
name: fastapi
category: framework
description: FastAPI web framework
patterns: |
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
ENV/
env.bak/
venv.bak/
# Coverage
.coverage
htmlcov/
.pytest_cache/
.tox/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db