Files
BEdit/.gitignore

13 lines
154 B
Plaintext

.venv/
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/tasks.json
.ruff_cache/