greenhouse/.gitignore
2021-05-16 17:40:53 +02:00

22 lines
193 B
Plaintext

*.py[co]
*.egg-info/
.eggs/
__pycache__/
/build/
/dist/
/public/
/venv/
/.mypy_cache/
/.pytest_cache/
/htmlcov/
/.coverage
/coverage.xml
/report.xml
/tools/messages/[^.]*
*.sw[op]
/.vscode