An error occurred while loading the file. Please try again.
-
43eb54ca
.gitignore 250 B
**/.vscode
**/__pycache__
**/bin
**/obj
**/out
**/generated_src
**/build
# dev environment
**/.venv
**/venv
# build artifacts
dist
*.tar.gz
*.whl
*.egg-info
# tests and coverage
.coverage
htmlcov
coverage.xml
# mkdocs
site