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