jwcook.tilde.team/.gitignore

18 lines
158 B
Plaintext
Raw Normal View History

2022-11-07 01:25:37 +00:00
*$py.class
2022-11-07 02:52:58 +00:00
*.py[cod]
2022-11-07 01:25:37 +00:00
.cache
2022-11-07 02:52:58 +00:00
.idea/
2022-11-07 01:25:37 +00:00
.mypy_cache/
2022-11-07 02:52:58 +00:00
.nox/
2022-11-07 01:25:37 +00:00
.pytest_cache/
.venv
.vim/
.vscode/
2022-11-07 02:52:58 +00:00
.~*
__pycache__/
_build/
dist/
downloads/
2022-11-26 23:03:54 +00:00
pages/tags/
2022-11-07 02:52:58 +00:00
test-reports/