Add boilerplate
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
*.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
|
||||
Reference in New Issue
Block a user