# Generated by DevZone Tools — https://devzone.tools/tools/gitignore-generator # Templates: FastAPI # 2026-04-20 # ---- FastAPI ---- # FastAPI __pycache__/ *.py[cod] .env .venv venv/ ENV/ *.egg-info/ dist/ build/ .pytest_cache/ .mypy_cache/