1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00
Files
blag/.gitignore
2022-06-09 21:52:34 +02:00

15 lines
100 B
Plaintext

__pycache__/
*.py[cod]
build/
dist/
*.egg-info/
docs/_build/
docs/api/
htmlcov/
.coverage
venv/