17 lines
143 B
Text
17 lines
143 B
Text
# git ignore list for Flask projects
|
|
|
|
.env/
|
|
.venv/
|
|
|
|
*.pyc
|
|
__pycache__/
|
|
|
|
instance/
|
|
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
dist/
|
|
build/
|
|
*.egg-info/
|