mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-06-30 18:54:51 +02:00
22 lines
259 B
Plaintext
22 lines
259 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
build/
|
|
!build/
|
|
build/*
|
|
!build/ccma.spec
|
|
!build/build.ps1
|
|
!build/build.bat
|
|
dist/
|
|
.coverage
|
|
htmlcov/
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Local member stores must never be committed.
|
|
member-store/
|
|
*.ccma-lock
|