flask-practice/.gitignore
2022-03-09 12:05:43 -05:00

16 lines
111 B
Plaintext

venv/
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
*.sqlite
*.db