13 lines
112 B
Plaintext
13 lines
112 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
*.egg-info/
|
|
.env
|
|
quiz.db
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|