mirror of
https://github.com/tiangolo/sqlmodel.git
synced 2021-09-19 22:55:18 +03: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