mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
15 lines
202 B
Plaintext
15 lines
202 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
wheels/
|
|
*.egg-info
|
|
*.log
|
|
# Virtual environments
|
|
.venv
|
|
venv/
|
|
# Test-generated files
|
|
src/test/datasets/sample_mediafiles/
|
|
.pytest_cache/
|
|
.mypy_cache/
|