mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-07-01 19:26:53 +02:00
17 lines
192 B
Plaintext
17 lines
192 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
build/
|
|
dist/
|
|
.coverage
|
|
htmlcov/
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Local member stores must never be committed.
|
|
member-store/
|
|
*.ccma-lock
|