flask-practice/.gitignore

16 lines
111 B
Plaintext
Raw Normal View History

2022-03-09 16:47:35 +00:00
venv/
*.pyc
__pycache__/
2022-03-09 16:47:35 +00:00
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
*.sqlite
*.db