From: Sebastián Ramírez Date: Tue, 24 Aug 2021 14:03:36 +0000 (+0200) Subject: 🙈 Add .gitignore X-Git-Tag: 0.0.2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=343c326d5969ea02bfd77f7bb2ccdd44cfedd767;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🙈 Add .gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..909f50ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +*.pyc +env* +.mypy_cache +.vscode +.idea +poetry.lock +dist +htmlcov +*.egg-info +.coverage +coverage.xml +site +*.db