munch-ease-backend/.gitignore

24 lines
No EOL
201 B
Text

__pycache__/
*.pyc
*.pyo
*.pyd
*.pytest_cache/
.mypy_cache/
.pytype/
.venv/
.env
# VS Code
.vscode/
# Local data
/data/
/front-dist/
# Coverage
htmlcov/
.coverage*
.venv/
__pycache__
data/
.vscode/*