peewee-plus/.gitignore
2021-11-24 16:30:47 -05:00

19 lines
123 B
Plaintext

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