forked from orbit-oss/flask
14 lines
118 B
Text
14 lines
118 B
Text
venv/
|
|
*.pyc
|
|
__pycache__/
|
|
instance/
|
|
.cache/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.idea/
|
|
*.swp
|
|
*~
|