flask-tutorial/.gitignore
2025-08-11 10:28:20 +02:00

17 lines
143 B
Text

# git ignore list for Flask projects
.env/
.venv/
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/