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

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

View File

@@ -0,0 +1,25 @@
name: flask
category: framework
description: Flask web framework
patterns: |
# Python
__pycache__/
*.py[cod]
instance/
.webassets-cache
.pytest_cache/
.coverage
htmlcov/
venv/
ENV/
env.bak/
venv.bak/
*.egg-info/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db