diff --git a/src/gitignore_cli/templates/fastapi.yaml b/src/gitignore_cli/templates/fastapi.yaml new file mode 100644 index 0000000..4db9d20 --- /dev/null +++ b/src/gitignore_cli/templates/fastapi.yaml @@ -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