mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-11-04 14:47:08 +08:00
🙈 Add .gitignore
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
*.pyc
|
||||||
|
env*
|
||||||
|
.mypy_cache
|
||||||
|
.vscode
|
||||||
|
.idea
|
||||||
|
poetry.lock
|
||||||
|
dist
|
||||||
|
htmlcov
|
||||||
|
*.egg-info
|
||||||
|
.coverage
|
||||||
|
coverage.xml
|
||||||
|
site
|
||||||
|
*.db
|
||||||
Reference in New Issue
Block a user