- Remove committed .coverage and test-results/ (196K screenshots); gitignore them - Fix hardcoded /home/userpath + venv/bin/python in test_endpoints.py (relative backend dir + sys.executable) - Fix concatenated 'import json' in settings.py; bare excepts -> Exception; SQLAlchemy-safe is_active.is_(True); __all__ on models/schemas barrels - ruff clean (93 fixes), MIT LICENSE, PLAN.md -> docs/, README Tests section - 300 tests pass, 93.7% coverage
27 lines
246 B
Plaintext
27 lines
246 B
Plaintext
node_modules/
|
|
dist/
|
|
build/
|
|
.env
|
|
*.pyc
|
|
__pycache__/
|
|
*.log
|
|
.DS_Store
|
|
coverage/
|
|
.typed/
|
|
expo/
|
|
ios/
|
|
android/
|
|
*.jks
|
|
*.p12
|
|
keystore.*
|
|
upload-key.keystore
|
|
api-key.json
|
|
*.o
|
|
*.whl
|
|
music/*
|
|
uploads/*
|
|
static/*
|
|
backend/app.dbcoverage/
|
|
test-results/
|
|
.coverage
|