peewee-plus/.gitignore

19 lines
123 B
Plaintext

__pycache__/
build/
dist/
*.egg-info/
*.pyc
*.swp
.coverage
*_cache/
.tox/
.cache/
.venv/
.mypy_cache/
.vscode/
.idea/