]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🙈 Add .gitignore
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 24 Aug 2021 14:03:36 +0000 (16:03 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 24 Aug 2021 14:03:36 +0000 (16:03 +0200)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..909f50e
--- /dev/null
@@ -0,0 +1,13 @@
+*.pyc
+env*
+.mypy_cache
+.vscode
+.idea
+poetry.lock
+dist
+htmlcov
+*.egg-info
+.coverage
+coverage.xml
+site
+*.db