mirror of
https://github.com/enpaul/peewee-plus.git
synced 2025-12-19 07:12:34 +00:00
Initial commit
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
__pycache__/
|
||||
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
*.pyc
|
||||
|
||||
*.swp
|
||||
|
||||
.coverage
|
||||
*_cache/
|
||||
.tox/
|
||||
.cache/
|
||||
.venv/
|
||||
.mypy_cache/
|
||||
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user